@extends('franchise.layouts.master')
@section('title', 'Stations')
@section('links')
@endsection
@section('content')
{!! trans('messages.list_all') !!} {!! trans('messages.stations') !!}
@include('common.datatable',['col_heads' => $col_heads])
@endsection
@section('scripts')
@endsection