@extends('layouts.admin')
@section('content')
@section('headerTitle')
Stations Management
@endsection
@section('breadcrumbs')
{{ Breadcrumbs::render('admin.transport.station.view', $station) }}
@endsection
Locatie
{{$station->location}}
GPS LAT
{{$station->lat}}
GPS LNG
{{$station->lng}}
Ultima actualizare
{{$station->updated_at}}
@endsection