@extends('layouts.app') @section('content')
@lang('models/tblTransactions.plural')
@include('tbl_transactions.filter')
@include('flash::message')
@include('tbl_transactions.table')
@endsection