@extends('layouts.admin') @section('content') @php $readonly=''; @endphp @if($action=='View') @php $readonly='readonly'; @endphp @endif
@if ($message = Session::get('message')) @endif

{{ __($title) }}

@csrf
@if(isset($record)) @php $name=$record->name; @endphp @elseif(old('title')) @php $name=old('name'); @endphp @else @php $name=''; @endphp @endif @error('customer_id') {{ $message }} @enderror
@if($action!='View') @endif
@endsection @push('scripts') @endpush