@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 Title @if ($errors->has('title')) {{ $errors->first('title') }} @endif Phone @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Latitude @if ($errors->has('lat')) {{ $errors->first('lat') }} @endif long @if ($errors->has('long')) {{ $errors->first('long') }} @endif address @if ($errors->has('address')) {{ $errors->first('address') }} @endif about @if ($errors->has('about')) {{ $errors->first('about') }} @endif PHOTO imageLogo->filePath."/".$model->imageLogo->title:env("NO_IMAGE_URL")}}" class="img-thumbnail img-xl"> Save @endsection