@extends('admin.layout') @section('content')

{{ trans('Service Report Daily') }}

@include('admin.loader') @php $getUserRoleData = userRoleData(); $LeadSources = explode(",",$getUserRoleData->LeadSources); @endphp
@if(session()->has('message'))

{{ trans('labels.Successlabel') }}

{{ session()->get('message') }}
@endif @if(session()->has('error'))

{{ trans('labels.WarningLabel') }}

{{ session()->get('error') }}
@endif
Search By: Date Range
@include('admin.reports.service-reports-pagination')
Date: {{$result['start_end_date']}}
Service Plan Count of Package Revanue
@endsection @section('scripts') @endsection