@extends('master') @section('title') Choose the station @endsection @section('content')

Choose the station

@if($stations && $stations->count() > 0)
@foreach($stations as $station) @endforeach
@endif
@endsection