diff --git a/resources/views/my/facilityselect.blade.php b/resources/views/my/facilityselect.blade.php index 5624a3f..3621e7f 100644 --- a/resources/views/my/facilityselect.blade.php +++ b/resources/views/my/facilityselect.blade.php @@ -1,6 +1,19 @@ @extends('layout') @section('title', 'Select Facility') @section('content') + + +
@@ -16,7 +29,7 @@
- @foreach(\App\Models\Facility::where('active', 1)->orderby('name', 'ASC')->get() as $f) @@ -33,4 +46,20 @@
-@stop \ No newline at end of file +@stop +@push('scripts') + +@endpush \ No newline at end of file diff --git a/resources/views/my/transfer.blade.php b/resources/views/my/transfer.blade.php index b08a83e..0f9a336 100644 --- a/resources/views/my/transfer.blade.php +++ b/resources/views/my/transfer.blade.php @@ -1,6 +1,19 @@ @extends('layout') @section('title', 'Facility Transfer') @section('content') + + +
@@ -26,7 +39,7 @@
- @foreach(\App\Models\Facility::where('active', 1)->orderby('name', 'ASC')->get() as $f) @@ -47,4 +60,20 @@
-@stop \ No newline at end of file +@stop +@push('scripts') + +@endpush \ No newline at end of file