@extends('layouts.app') @section('title','Fuel Type') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('fuel-type-create', $authRolePermissions)) @endif
@include('fuel-type.table')
@endsection