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

الشركات

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

@csrf @method('PATCH')

سياسة الإستبدال والإستراجاع الخاصة بالشركة


@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