@extends('layouts.adminapp') @section('title') {{ __('lng.FundList') }} @endsection @section('open_payments', 'open') @section('active_payments', 'active') @section('active_fund_list', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Date') }} | {{ __('lng.ExpireDate') }} | {{ __('lng.TargetAmount') }} | {{ __('lng.CollectionAmount') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|---|---|
{{ ++$si }} | {{ $FundList->title }} | {{ $Date }} | {{ $ExpireDate }} | @currency($FundList->target_amount) | @currency($FundList->collection_amount) | {{ $FundList->narration }} |
{{ __('lng.Showing') }} {{ $FundLists->count() }} {{ __('lng.Items') }}