{{-- resources/views/admin/categories/edit.blade.php --}} {{-- Controller: Admin\CategoryController@edit / @update --}} @extends('layouts.admin') @section('title', 'Edit Category') @section('page_title', 'Edit Category') @section('page_css') @endsection @section('content')
@error('name') {{ $message }} @enderror
Click "Browse" to pick an icon visually @error('icon') {{ $message }} @enderror
Cancel
@endsection @section('page_js') @endsection