@extends('layouts.app') @section('headlinks') @endsection @section('content')
@if($errors->has('success'))

{{$errors->first()}}

@endif @if($errors->has('error'))

{{$errors->first()}}

@endif
{{-- image --}}
image

image
@csrf
REGISTER YOUR INTEREST سجّل اهتمامك
FULL NAME (Required) (إلزامي) الاسم الكامل
@if($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
EMAIL (Required) (إلزامي) البريد الإلكتروني
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
PHONE NUMBER (Required) (إلزامي) رقم الهاتف
@if($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
Emirate (Required) (إلزامي) الإمارة
@if($errors->has('emirate'))
{{ $errors->first('emirate') }}
@endif
@endsection