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