@extends('layouts.admin') @section('content')

{{__('Edit Category')}}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if($category->image) @else @endif

{{__('Image')}}

@if ($errors->has('image')) {{ $errors->first('image') }} @endif

{{ __('Accepted Image Files') }}: PNG
{{ __('Recommend Size') }}: 60 x 60 (1MB)

@updateButton
@endsection @push('style') @endpush @push('script') @endpush