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