@extends('admin.layout.master') @section('title', 'الشركات') @section('content')

الشركات

بيانات الشركة

@csrf

بيانات الشركة


@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('company_category')) {{ $errors->first('company_category') }} @endif
@if ($errors->has('commercial_number')) {{ $errors->first('commercial_number') }} @endif
@if ($errors->has('additional_fee_number')) {{ $errors->first('additional_fee_number') }} @endif
@if ($errors->has('nationality')) {{ $errors->first('nationality') }} @endif
@if ($errors->has('experience_years')) {{ $errors->first('experience_years') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('whatsapp')) {{ $errors->first('whatsapp') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif

بيانات المقر الرئيسي


@if ($errors->has('main_postal_code')) {{ $errors->first('main_postal_code') }} @endif
@if ($errors->has('additional_number')) {{ $errors->first('additional_number') }} @endif
@if ($errors->has('address_details')) {{ $errors->first('address_details') }} @endif
@if ($errors->has('company_details_ar')) {{ $errors->first('company_details_ar') }} @endif
@if ($errors->has('company_details_en')) {{ $errors->first('company_details_en') }} @endif
@stop