login button redirected to profile page
This commit is contained in:
parent
90f4d73a8c
commit
2672c105e4
|
@ -32,11 +32,12 @@
|
||||||
<a href="#" class="text-decoration-none text-primary">Forgot Username</a>
|
<a href="#" class="text-decoration-none text-primary">Forgot Username</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6 text-end">
|
<div class="col-6 text-end">
|
||||||
<button type="submit" class="btn btn-primary w-100"
|
<a href="{{ url('/my-profile') }}" class="btn btn-primary w-100"
|
||||||
style="background-color: #E74610; border-color: #E74610;">
|
style="background-color: #E74610; border-color: #E74610;">
|
||||||
Login
|
Login
|
||||||
</button>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
<input type="text" class="form-control form-control-sm" id="branch" name="branch" required>
|
<input type="text" class="form-control form-control-sm" id="branch" name="branch" required>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex justify-content-end mt-3">
|
<div class="d-flex justify-content-end mt-3">
|
||||||
<a href="{{ url('station-management') }}" class="btn btn-outline-secondary btn-sm me-2" style="margin-right:5px">Cancel</a>
|
<a href="{{ url('stations') }}" class="btn btn-outline-secondary btn-sm me-2" style="margin-right:5px">Cancel</a>
|
||||||
<button type="submit" class="btn btn-primary btn-sm">Add Station</button>
|
<button type="submit" class="btn btn-primary btn-sm">Add Station</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -54,7 +54,107 @@
|
||||||
'created_by' => 'Joseph Sazon',
|
'created_by' => 'Joseph Sazon',
|
||||||
'modified_by' => 'Graxia Montino',
|
'modified_by' => 'Graxia Montino',
|
||||||
'date_modified' => '2023-10-01'
|
'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
|
@endphp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue