@extends('layouts.app') @section('page_title', 'View Station') @section('content')
{{ __('Station Details') }}
{{ __('Station Code') }}: {{ $station['station_code'] }}
{{ __('Station Name') }}: {{ $station['station_name'] }}
{{ __('Branch Name') }}: {{ $station['branch_name'] }}
{{ __('Date Created') }}: {{ $station['date_created'] }}
{{ __('Created By') }}: {{ $station['created_by'] }}
{{ __('Modified By') }}: {{ $station['modified_by'] }}
{{ __('Date Modified') }}: {{ $station['date_modified'] }}
@endsection