@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); !!}
Card Ratio: {{ $category->card_ratio }}
Card Height: {{ $category->card_height }}
Card Width: {{ $category->card_width }}
Is Pro: {{ $category->is_pro==1?IS_PAID:IS_FREE }}
Is New: {{ $category->is_new==1?IS_NEW:IS_OLD }}
Is Published: {{ $category->is_published==1?'Published':'Draft' }}
Backdrop Name: {{ 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