@extends('admin.app') @section('title', 'Subfleets') @section('actions')
  • Add New
  • @endsection @section('content')
    @include('flash::message') @include('admin.subfleets.table')
    @endsection