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

Edit {{ 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') }}
@endsection