@hasrole('admin') @endhasrole @hasrole('admin') @endhasrole @forelse ($services as $index => $service) @php $number = ($services->currentPage() - 1) * $services->perPage() + $index + 1; @endphp @hasrole('admin') @endhasrole @hasrole('admin') @endhasrole @empty @endforelse
# Service Name Category Quantity Unit Subtotal Price Percentage(%) Manpower Work Duration Start Date End Date Action
{{ $number }} {{ $service->name }} {{ $service->serviceCategory->name }} {{ format_quantity($service->quantity) }} {{ $service->unitType->name }} {{ format_currency($service->subtotal_price) }} {{ $service->percentage }} % {{ $service->manpower }} Person {{ $service->work_duration_in_days }} Days {{ format_date($service->start_date) }} {{ format_date($service->end_date) }}
@csrf @method('delete')

Are you sure you want to delete the "{{ $service->name }}" data? Deleting this service will also remove all services associated with it and will affect the charts.

Type confirm if you want to delete this service.

Cancel
No Service Data.
Total Work Duration : {{ $totalWorkDurationInDays ? $totalWorkDurationInDays : 0 }} Days | Planning Start Date : {{ format_date($minStartDate) }} | Planning End Date : {{ format_date($maxEndDate) }} @hasrole('admin') | Total Price : {{ format_currency($totalPrice) }} @endhasrole
{{ $services->links() }}