@extends('layouts.app') @php $isEdit = $customer->exists; @endphp @section('title', $isEdit ? 'تعديل عميل' : 'إضافة عميل') @section('page_title', $isEdit ? 'تعديل عميل' : 'إضافة عميل') @section('breadcrumb')