@extends('masters.layout.default_layout') @section('content')

Dashboard

{{$total_cards}} Total Card
@if(Auth::user()->user_role == 'ADMIN')
{{$total_franchisee}} Total Franchisee
@endif
@stop