@extends('admin.layout.master') @section('title', 'اضف كافيه') @section('content')

اضف كافيه

إنشاء جديد

@csrf
@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('sliders')) {{ $errors->first('sliders') }} @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
@stop @section('scripts') @endsection