{{-- resources/views/admin/brands/edit.blade.php --}} {{-- Controller: Admin\BrandController@edit / @update --}} @extends('layouts.admin') @section('title', 'Edit Brand') @section('page_title', 'Edit Brand') @section('page_css') @endsection @section('content')
@error('name') {{ $message }} @enderror
@error('url') {{ $message }} @enderror
Cancel
@endsection @section('page_js') @endsection