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

{{__('app.edit_category')}}

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

{{__('app.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