@extends('admin.app') @section('title', 'Subfleets') @section('actions')
  • Export to CSV
  • Import from CSV
  • Add New Subfleet
  • @endsection @section('content')
    @include('admin.flash.message') @include('admin.subfleets.table') @if(filled($trashed))
    Trashed Subfleet Records
    @include('admin.subfleets.trash_table') @endif
    @endsection