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

الشركات

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

@csrf

المفات الخاصه بالشركة


الملف التعريفي للشركة

@if ($errors->has('portfolio_file')) {{ $errors->first('portfolio_file') }} @endif

ملف السجل التجاري ( مصدق )

@if ($errors->has('commercial_registry_file')) {{ $errors->first('commercial_registry_file') }} @endif

شهادة تسجيل الزكاه

@if ($errors->has('zakat_register_certificate')) {{ $errors->first('zakat_register_certificate') }} @endif

خطاب مصدق لأخر تعديل السجل

@if ($errors->has('last_record_modification')) {{ $errors->first('last_record_modification') }} @endif

شهادة تسجيل ضريبة القيمة المضافة

@if ($errors->has('additional_fee_file')) {{ $errors->first('additional_fee_file') }} @endif

العنوان الوطني

@if ($errors->has('national_address_file')) {{ $errors->first('national_address_file') }} @endif

عقد الشركة مع المنشأه

@if ($errors->has('contract_file')) {{ $errors->first('contract_file') }} @endif
@stop