@extends('admin.app') @section('title', 'Fares') @section('actions')
  • Add New
  • @endsection @section('content')
    @include('admin.fares.table')
    @endsection