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

لقد عملنا مع

إنشاء جديد

@csrf
@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
@stop @section('scripts') @stop