@extends('layouts.app') @php $isEdit = $customer->exists; @endphp @section('title', $isEdit ? 'تعديل عميل' : 'إضافة عميل') @section('page_title', $isEdit ? 'تعديل عميل' : 'إضافة عميل') @section('breadcrumb') @endsection @section('content')
@csrf @if($isEdit) @method('PUT') @endif @if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif
{{-- Main --}}
is_walk_in) ? 'checked' : '' }}>
is_active : true) ? 'checked' : '' }}>
{{-- ETA --}}
{{-- Medical --}}
{{-- Account --}}
@endsection