@extends('admin.layouts.master') @section('title', 'إضافة عميل') @section('content')
@csrf @include('admin.customers._form')
@endsection @section('js') @endsection