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

Edit {{ CARD_TITLE_ADMIN }}

Edit {{ CARD_TITLE_ADMIN }}
{{csrf_field()}} @method('PUT')
{{ $errors->first('card_name') }}
{{ $errors->first('card_category') }}
{{ $errors->first('card_image_preview') }}
{!! fileExist($card_category->card_image_preview) !!}
{{ $errors->first('card_image_thumb') }}
{!! fileExist($card_category->card_image_thumb) !!}
@endsection