@extends('admin.layout.master') @section('title', 'تعديل الكافيه') @section('content')

تعديل الكافيه

@include('admin.layout.message')

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

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('lat')) {{ $errors->first('lat') }} @endif
@if ($errors->has('lng')) {{ $errors->first('lng') }} @endif

اللوجو

@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if ($errors->has('slider')) {{ $errors->first('slider') }} @endif
@if ($errors->has('categories')) {{ $errors->first('categories') }} @endif
@if ($errors->has('tags')) {{ $errors->first('tags') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif

صور االكافيه

@foreach($place_sliders as $place_slider) @endforeach
# الصورة التحكم
{{$i}}

الوسوم

@foreach($place_tags as $place_tag) @endforeach
# الوسم التحكم
{{$i}} {{$place_tag->title}}
@stop @section('scripts') @endsection