@extends('panel.layout.app') @section('title', __($title)) @section('titlebar_actions', '') @section('additional_css') @endsection @section('content')
@csrf @method($method)
1 {{__('Category')}}
@error('name')
{{ __($message) }}
@enderror
@endsection @section('script') @endsection