@extends('layouts.admin.master') @section('title','View Location Detail') @section('content') @include('layouts.admin.flash.alert')

Manage Location Here you can view location detail

{{ Breadcrumbs::render('common',['append' => [['label'=> $getController,'route'=> 'admin.locations.index'],['label' => 'View Location Detail']]]) }}

{{ $location->name }}

Back
{{ __('Name') }} {{ $location->name }}
{{ __('Latitude') }} {{ $location->latitude }}
{{ __('Longitude') }} {{ $location->longitude }}