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

عن الموقع

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

@csrf @method('PATCH')
@if ($errors->has('description_ar')) {{ $errors->first('about_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif

الصورة

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