@extends('layouts.vertical-master-layout') @section('title') {{ __(' Withdraw Requests') }} @endsection @section('css') @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') {{ __('Withdraw Requests') }} @endslot @slot('title') {{ __('Requests') }} @endslot @endcomponent @endsection @section('pagecontentinfo')

{{ __('Pending') }}

{{ $approvals->count() }}

@endsection

{{ __('Withdraw Requests') }}

{{-- MODAL mm --}} @endsection @section('script') {{-- --}} @endsection