@extends('layouts.app') @section('title', 'تعديل عميل') @section('breadcrumb') @endsection @section('content')
تعديل: {{ $customer->display_name }}
@csrf @method('PUT') @include('customers._form')
@endsection