@extends('admin.layouts.master') @section('title', CARD_TITLE_ADMIN) @section('content')

Show {{ CARD_TITLE_ADMIN }}

Show {{ CARD_TITLE_ADMIN }}
Card: {{ $category->card_name }}
Card Category: {{ $category->card_category }}
Card Coin: {{ 0 }}
Card Image Preview: {!! fileExist($category->card_image_preview); !!}
Envelope Coin: {{ 0 }}
Envelope Image Transparent: {{ '' }}
Card Photo Count: {{ 0 }}
Card Type: {{ 0 }}
Envelope Linear Image: {{ 0 }}
Card Image Transparent: {{ 0 }}
Is Backdrop Set: {{ 'False' }}
Is Envelope Added: {{ 'False' }}
Backdrop Name: {{ 0 }}
Create Date: {{ date('M d, Y',$category->created_at) }}
Update Date: {{ date('M d, Y',$category->updated_at) }}
@endsection