@extends('layouts.master') @section('title') Dashboard @endsection @section('css') @endsection @section('content') @can('view dashboard')
@if ($currentFinancial->mybuss == 1 && $currentFinancial->software_type == 'mybuss')

Mybuss Sync Check

Click the button to check your mybuss syncs are correct  

Rectify Cancelled Vouchers

Click the button to check your Rectify syncs  

Check amount mismatch

Click the button to check amount mismatch  

Repair amount mismatch

Click the button to repair amount mismatch  

@else

Check amount mismatch

Click the button to check amount mismatch  

@endif @else

{{ $greeting }}, {{ Auth::user()->name }}!

Here's what's happening with your business today.

@endcan @endsection @section('script') @endsection