@extends('layouts.admin') @section('content')
@if (count($routes))
  • @foreach ($routes as $item)
  • @endforeach
@else
No route found!
@endif
{{-- Google API will draw map here --}}
@endsection