@extends('backend.layouts.app') @section('title', 'Add Fund') @section('page-title', 'Add Fund') @section('page-breadcrumb', 'Add Fund') @section('content')
Add Fund
@csrf
Fund Add

@if(Auth::user()->user_type>2)
@else @endif
@endsection @section('self_script') @endsection