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

Show {{ CATEGORIES_TITLE_ADMIN }}

Show {{ CATEGORIES_TITLE_ADMIN }} Edit {{ CATEGORIES_TITLE_ADMIN }}
{{csrf_field()}} @method('PUT')
{{ $errors->first('tag_title') }}
{{ $errors->first('is_locked') }}
{!! fileExist($category->image) !!}
{{ $errors->first('image') }}
created_at) }}" />
{{ $errors->first('image') }}
updated_at) }}" />
{{ $errors->first('image') }}
@endsection