@extends('adminlte::page') @section('title', 'Fuel Stations') @section('content_header')

Fuel Stations

@stop @section('content')

Edit Fuel Station

@csrf
@section('plugins.BootstrapColorpicker', true) @php $config = ['format' => 'LT']; @endphp
@stop @section('js') @stop