@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

stations

{{-- --}} @foreach ($stations as $station) {{-- --}} @endforeach {{-- --}}
No. Reigion District station Name EDITDELETE
{{ $loop->index + 1 }} {{ strtoupper($station->district->region->name) }} {{ strtoupper($station->district->district_name) }} {{ strtoupper($station->station_name) }} EDIT
No. Reigion District station Name EDITDELETE
@endsection @section('more-scripts') @endsection