@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