@extends('dashboard.layouts.app') @section('title', trans('admin.edit') . ' - ') @section('speedbar')
@endsection @section('content')

@lang('admin.edit')

@method('PUT') @csrf
@error('file')
{{ $message }}
@enderror
@endsection