@extends('layouts.app') @section('title', 'إضافة عميل') @section('breadcrumb') @endsection @section('content')
بيانات العميل
@csrf @include('customers._form')
@endsection