@section('title','Edit Store Locator') @include('layout.header') @include('layout.sidebar')

Edit Store Locator

@method('PUT') @csrf
@if(isset($storContact->id)) @if(is_array($storeContactEns)) @foreach($storeContactEns as $storeContactEn) @if($count == 0 || $storeContactEn == "")
Add +
@else
X
@endif @endforeach @endif @endif
@if(isset($storContact->id)) @if(is_array($storeContactHis)) @foreach($storeContactHis as $storeContactHi) @if($count == 0 || $storeContactHi == "")
Add +
@else
X
@endif @endforeach @endif @endif
@if(isset($storContact->id)) @if(is_array($storeContactGus)) @foreach($storeContactGus as $storeContactGu) @if($count == 0 || $storeContactGu == "")
Add +
@else
X
@endif @endforeach @endif @endif
@include('layout.footer')