@extends('layouts.adminmaster') @section('styles') @endsection @php $sitesetting = App\Models\sitesetting::first(); use App\Models\userreports; $userReports = new userReports(); @endphp @section('admincontent')
@if ($message = Session::get('success'))| Title | Description |
|---|---|
| Name | {{$users->name}} |
| {{$users->email}} | |
| Role | @if(!empty($users->getRoleNames())) @foreach($users->getRoleNames() as $v) @endforeach @endif |
| Title | Description |
|---|---|
| Total ticket today | {{$tickets['tickettoday']}} |
| Total collection today | Rs. {{$tickets['totalcollection']}} |
| Total ticket this month | {{$ticketmonthly['ticket']}} |
| Total collection this month | Rs. {{$ticketmonthly['totalcollection']}} |
| Total ticket this year | {{$userreportsyearly['ticket']}} |
| Total collection this year | Rs. {{$userreportsyearly['totalcollection']}} |
| Months | Total Collection |
|---|---|
| {{$mnth}} | Rs. {{$monthlycollectionuser['totalcollection']}} |
| S no. | Bill Type | Vehicle Type | Vehicle No | Amount | User | Date | Time |
|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{$per->description}} | Rs {{ $per->amount}} | {{ $per->users->name}} |