@extends('Modules.Delivery.layouts.main') Customer Delivery Dashboard @section('main-content') @if(Auth::user()->hasRole('Admin') || Auth::user()->hasRole('Visitor'))
Cow

Total Receivable

Total
@else

Insufficient Permission

@endif @endsection