@extends('apex-layouts.main') @section("title",($model->exists)?"$model->title- {$model->id}" :"Add A New Shop") @section('header-right') @if($model->exists) @endif @endsection @section('content')
@if ($model->exists) @method('PUT') @endif @csrf

shops Info

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('lat')) {{ $errors->first('lat') }} @endif
@if ($errors->has('long')) {{ $errors->first('long') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('about')) {{ $errors->first('about') }} @endif
imageLogo->filePath."/".$model->imageLogo->title:env("NO_IMAGE_URL")}}" class="img-thumbnail img-xl">
@endsection