@extends('layouts.app') @section('title', 'Bangladesh Unbound - Tour Types')@section('page-title', 'Tour Types') @section('breadcrumb') @endsection @section('content')

Packages Tour Types

@can('tour-type-list') Add New Tour Types @endcan

All Tour Types

@include('admin.tour_types.partials.tour_types_table') @include('layouts.partials.pagination-info')
@endsection