@extends('layouts.admin') @section('content')

Places

@if($places) @foreach($places as $place) {{-- --}} {{-- --}} @endforeach @else @endif
Name Address Popular Enable Image Actions
{{ isset($place['name']) ? $place['name'] : "" }} {{ isset($place['address']) ? $place['address'] : "" }} {{ isset($place['location']) && isset($place['location']['coordinates']) ? $place['location']['coordinates'][0] : "" }}{{ isset($place['location']) && isset($place['location']['coordinates']) ? $place['location']['coordinates'][1] : "" }} @if (isset($place['image']) && count($place['image'])) Place Image @else
@csrf
@endif
Edit | {{-- Franchise --}} {{-- Popular --}}
No Places
@endsection @section('scripts') @endsection