@extends('admin.layouts.master') @section('title', 'Add Referral') @section('content')

Add Referral / اضافةاحالة

@csrf
@if ($errors->has('referral_type')) @endif
@if ($errors->has('client_name')) @endif
@if ($errors->has('client_phone')) @endif
@if ($errors->has('client_email')) @endif
@if ($errors->has('governorate_id')) @endif
@if ($errors->has('city_id')) @endif
@if ($errors->has('district_id')) @endif
@if ($errors->has('compound_id')) @endif
@if ($errors->has('property_type')) @endif
@if ($errors->has('property_for')) @endif
@if ($errors->has('price')) @endif
@if ($errors->has('details')) @endif
{{--
@if ($errors->has('details_ar')) @endif
--}}
@if ($errors->has('notes')) @endif
@if ($errors->has('images')) @endif
@endsection @section('js') @endsection