@extends('layouts.main') @include('layouts.form-scripts') @section('content')
{{ $title }}
@csrf @if(!$isFormCreate) @method('PUT') @endif
@if(auth()->user()->is_central)
@endif

@error('password')
{{ $message }}
@enderror


@endsection @push('scripts') @endpush