diff --git a/resources/views/login.blade.php b/resources/views/login.blade.php index ace7dbc..71472cc 100644 --- a/resources/views/login.blade.php +++ b/resources/views/login.blade.php @@ -32,11 +32,12 @@ Forgot Username
- +
+ diff --git a/resources/views/pages/add-station.blade.php b/resources/views/pages/add-station.blade.php index 2b0b5fd..9305ce0 100644 --- a/resources/views/pages/add-station.blade.php +++ b/resources/views/pages/add-station.blade.php @@ -43,7 +43,7 @@
- Cancel + Cancel
diff --git a/resources/views/pages/station locator/stations.blade.php b/resources/views/pages/station locator/stations.blade.php index 5584ddc..2427553 100644 --- a/resources/views/pages/station locator/stations.blade.php +++ b/resources/views/pages/station locator/stations.blade.php @@ -54,7 +54,107 @@ 'created_by' => 'Joseph Sazon', 'modified_by' => 'Graxia Montino', 'date_modified' => '2023-10-01' - ] +], +[ + 'id' => 1, + 'station_code' => 'ST001', + 'station_name' => 'North Station', + 'branch_name' => 'Quezon City Branch', + 'date_created' => '2023-05-01', + 'created_by' => 'Maryse Howe', + 'modified_by' => 'Joseph Sazon', + 'date_modified' => '2023-06-15' + ], + [ + 'id' => 2, + 'station_code' => 'ST002', + 'station_name' => 'East Hub', + 'branch_name' => 'Pasig Branch', + 'date_created' => '2023-05-10', + 'created_by' => 'Graxia Montino', + 'modified_by' => 'Cine Rosimo', + 'date_modified' => '2023-07-01' + ], + [ + 'id' => 3, + 'station_code' => 'ST003', + 'station_name' => 'West Terminal', + 'branch_name' => 'Makati Branch', + 'date_created' => '2023-06-20', + 'created_by' => 'Cine Rosimo', + 'modified_by' => 'Graxia Montino', + 'date_modified' => '2023-08-05' + ], + [ + 'id' => 4, + 'station_code' => 'ST004', + 'station_name' => 'Central Depot', + 'branch_name' => 'Manila Branch', + 'date_created' => '2023-07-05', + 'created_by' => 'Maryse Howe', + 'modified_by' => 'Maryse Howe', + 'date_modified' => '2023-09-10' + ], + [ + 'id' => 5, + 'station_code' => 'ST005', + 'station_name' => 'South Station', + 'branch_name' => 'ParaƱaque Branch', + 'date_created' => '2023-08-15', + 'created_by' => 'Joseph Sazon', + 'modified_by' => 'Graxia Montino', + 'date_modified' => '2023-10-01' +], + [ + 'id' => 1, + 'station_code' => 'ST001', + 'station_name' => 'North Station', + 'branch_name' => 'Quezon City Branch', + 'date_created' => '2023-05-01', + 'created_by' => 'Maryse Howe', + 'modified_by' => 'Joseph Sazon', + 'date_modified' => '2023-06-15' + ], + [ + 'id' => 2, + 'station_code' => 'ST002', + 'station_name' => 'East Hub', + 'branch_name' => 'Pasig Branch', + 'date_created' => '2023-05-10', + 'created_by' => 'Graxia Montino', + 'modified_by' => 'Cine Rosimo', + 'date_modified' => '2023-07-01' + ], + [ + 'id' => 3, + 'station_code' => 'ST003', + 'station_name' => 'West Terminal', + 'branch_name' => 'Makati Branch', + 'date_created' => '2023-06-20', + 'created_by' => 'Cine Rosimo', + 'modified_by' => 'Graxia Montino', + 'date_modified' => '2023-08-05' + ], + [ + 'id' => 4, + 'station_code' => 'ST004', + 'station_name' => 'Central Depot', + 'branch_name' => 'Manila Branch', + 'date_created' => '2023-07-05', + 'created_by' => 'Maryse Howe', + 'modified_by' => 'Maryse Howe', + 'date_modified' => '2023-09-10' + ], + [ + 'id' => 5, + 'station_code' => 'ST005', + 'station_name' => 'South Station', + 'branch_name' => 'ParaƱaque Branch', + 'date_created' => '2023-08-15', + 'created_by' => 'Joseph Sazon', + 'modified_by' => 'Graxia Montino', + 'date_modified' => '2023-10-01' +], ]; @endphp