@extends('layouts.app') @section('content')

Encashments - {{ucfirst($status)}}

Export all Encashments
@if($encashments_query->count()>0)
Showing {{ $encashments_query->count() }} entries
@endif
@endsection @section('page_script') @parent @endsection