@extends('company.layout.master') @section('title', 'بيانات الشركة') @section('content')

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

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

@csrf @method('PATCH')

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


{{--
--}} {{-- --}} {{-- --}} {{-- @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
@stop