@extends('admin.layout.master') @section('title', 'تم الإطلاق ') @section('content')

تم الإطلاق

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

@csrf @method('PATCH')
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('address_ar')) {{ $errors->first('address_ar') }} @endif
@if ($errors->has('address_en')) {{ $errors->first('address_en') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
{{--
--}} {{--
--}} {{--
--}} {{--

الصورة

--}} {{-- --}} {{--
--}} {{--
--}} {{-- @if ($errors->has('gallery'))--}} {{-- {{ $errors->first('gallery') }}--}} {{-- @endif--}} {{--
--}}

الصورة

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