@extends('backend.layouts.app') @section('title', 'Fund Request') @section('page-title', 'Fund Request') @section('page-breadcrumb', 'Fund Request') @section('content')
Add Fund Request Requested Fund List
@csrf
@if(Auth::user()->user_type>2)
@endif
@endsection @section('self_script') @endsection