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

الشركات

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

@csrf

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


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

روابط التواصل الإجتماعي


@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('snap')) {{ $errors->first('snap') }} @endif

صورة العلامة التجارية للشركة

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

صورة اللوجو للشركة

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

بيانات الحسابات البنكية


بيانات المحفظة الألكترونية بيان باي + باي بال

@if ($errors->has('paypal_name')) {{ $errors->first('paypal_name') }} @endif
@if ($errors->has('paypal_mobile')) {{ $errors->first('paypal_mobile') }} @endif
الحساب البنكى الرئيسى

@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@if ($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if ($errors->has('iban')) {{ $errors->first('iban') }} @endif
الحساب البنكى الإضافى

@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@if ($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if ($errors->has('iban')) {{ $errors->first('iban') }} @endif
@if ($errors->has('replacement_ar')) {{ $errors->first('replacement_ar') }} @endif
@if ($errors->has('replacement_en')) {{ $errors->first('replacement_en') }} @endif

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