@extends('layouts.master') @section('body')

Dashboard

@if(Auth::user()->can('dashboard.view')) @can('dashboard.view')

Total Application Received For Panchanama

{{ $receivedPanchanamaApplication }}

@endcan @endif @endsection