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

@lang('models/stations.plural')

@include('flash::message')
@include('admin.stations.table')
@endsection