@extends('backend.layouts.app') @section('title') {{ __('edit') }} @endsection @section('content')

{{ __('edit') }}

  {{ __('back') }}
@method('PUT') @csrf
@error('name') {{ $message }} @enderror
@endsection @section('style') @endsection @section('script') @endsection