front end for Unioil CMS done.
This commit is contained in:
parent
00d3c3f826
commit
90f4d73a8c
|
@ -6,3 +6,4 @@ abstract class Controller
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,4 +15,4 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||||
})
|
})
|
||||||
->withExceptions(function (Exceptions $exceptions) {
|
->withExceptions(function (Exceptions $exceptions) {
|
||||||
//
|
//
|
||||||
})->create();
|
})->create();
|
||||||
|
|
|
@ -11,7 +11,7 @@ return [
|
||||||
| framework needs to place the application's name in a notification or
|
| framework needs to place the application's name in a notification or
|
||||||
| other UI elements where an application name needs to be displayed.
|
| other UI elements where an application name needs to be displayed.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'name' => env('APP_NAME', 'Laravel'),
|
'name' => env('APP_NAME', 'Laravel'),
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ namespace Database\Factories;
|
||||||
use Illuminate\Database\Eloquent\Factories\Factory;
|
use Illuminate\Database\Eloquent\Factories\Factory;
|
||||||
use Illuminate\Support\Facades\Hash;
|
use Illuminate\Support\Facades\Hash;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\User>
|
* @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\User>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -161,7 +161,7 @@
|
||||||
.input-group-text,
|
.input-group-text,
|
||||||
.modal-content {
|
.modal-content {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
.card-header h5,
|
.card-header h5,
|
||||||
|
|
|
@ -130,4 +130,4 @@ Route::get('/add-fuels', function () {
|
||||||
|
|
||||||
Route::get('/add-station', function () {
|
Route::get('/add-station', function () {
|
||||||
return view('pages.add-station');
|
return view('pages.add-station');
|
||||||
})->name('add-station');
|
})->name('add-station');
|
Loading…
Reference in New Issue