@extends('backends.layouts.master_layout') @section('title','Dashboard') @section('page_heading','Dashboard') @section('content')
@foreach($notices as $notice) @if($notice->type == 'success')
{{$notice->heading}}

{{$notice->message}}

@elseif($notice->type == 'warning')
{{$notice->heading}}

{{$notice->message}}

@elseif($notice->type == 'danger')
{{$notice->heading}}

{{$notice->message}}

@elseif($notice->type == 'info')
{{$notice->heading}}

{{$notice->message}}

@endif @endforeach

5,652k

Total Request

585k

Total Pending

5282k

Total Transfer

5,855k

Total Waiting

5,855k

Total Pending Amount

5282k

Total Transfer Amount

585k

Total Waiting Amount

5,652k

Total Rejected Amount
@endsection