@extends('backEnd.layouts.master') @section('title','Edit Category') @section('content')

Edit Category

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
status) ? 'checked' : '' }}>
@if($category->image)
@else @endif
Cancel
@endsection @push('scripts') @endpush