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

Packages Transaction Types

@can('transaction-type-create') Add New Transaction Types @endcan

All Transaction Types

@include('admin.transaction_types.partials.transaction_types_table') @include('layouts.partials.pagination-info')
@endsection