@extends('layouts.admin') @section('content') @section('headerTitle') Stations Management @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.transport.station.view', $station) }} @endsection

{{$station->title}}

{{@$station->city->name}}
Locatie
{{$station->location}}
GPS LAT
{{$station->lat}}
GPS LNG
{{$station->lng}}
Ultima actualizare
{{$station->updated_at}}

Harta

@endsection