@extends('branch_staff.layouts.app') @section('panel')
@lang('Filter')
@if ($transactions->count())
@include('branch_staff.partials.transaction_table')
@if ($transactions->hasPages()) @endif
@endif
@endsection {{-- @push('breadcrumb-plugins')
@endpush --}} @push('script') @endpush