@extends('admin.layout.master') @section('content')

Grants Applied

{{$grant_total}}

{{$month_grant_per}}% Current month

Loans Applied

{{$loan_total}}

{{$month_loan_per}}% Current month

Your To Do List

    {{-- {{dd($dolist_ex)}} --}} @foreach($dolist_ex as $key => $dolistvalue)
  • name=="Application Completed") {{'application_completed'}} @endif" id="dolist{{$dolistvalue->id}}" @if($dolistvalue->status=="completed") checked @endif @if($dolistvalue->name=="Business Plan Reviewed") disabled @elseif($dolistvalue->name=="Application Reviewed") disabled @endif>
    {{-- image --}}
    {{ucfirst($dolistvalue->status)}}
    {{$dolistvalue->name}}
    {{--
    Hasan Basri
    4 Min
    --}}
  • @endforeach

Advisors Comments


@if(!empty($notes)){{$notes->note}}@endif

@php $mytime = Carbon\Carbon::now(); //$time=$mytime->toDateTimeString(); //dd($time); $currentdate=$mytime->format('Y-m-d'); $day = $mytime->format('l'); $month = $mytime->format('F'); $date = $mytime->format('d'); $year = $mytime->format('Y'); //dd($date); @endphp
{{ $day }}
19:41:51
{{ $month }} {{ $date }} {{ $year }}
@endsection @section('script') @endsection