@extends('admin.layout.master') @section('title', ' لقد عملنا مع') @section('content')

لقد عملنا مع

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name_company_ar')) {{ $errors->first('name_company_ar') }} @endif
@if ($errors->has('name_company_en')) {{ $errors->first('name_company_en') }} @endif
@if ($errors->has('link')) {{ $errors->first('link') }} @endif

الصورة

@if($media && !empty($media)) @foreach ($media as $key => $photo) @endforeach @endif
@if ($errors->has('gallery')) {{ $errors->first('gallery') }} @endif
@stop @section('scripts') @stop