{{-- Extends layout --}} @extends(getThemeBasePath()) {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors")
@endsection {{-- Scripts Section --}} @section('scripts') @endsection