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

Services Details

@if (Session::has('success') || Session::has('danger'))
{{ Session::get('success') ?? Session::get('danger') }}
@endif
@foreach ($timepackages as $timepackage) @endforeach
Sno. Services Name Sub Services Name Time Period Price Title Description Action
{{ ($timepackages->currentPage() - 1) * $timepackages->perPage() + $loop->iteration }} {{ $timepackage->service->service_name }} {{ $timepackage->subservice->subservice_name }} {{ $timepackage->time_period }} h {{ $timepackage->price }} {{ $timepackage->title}} {{ $timepackage->description }}
@csrf @method('DELETE')
{{ $timepackages->links('pagination::bootstrap-4') }}
@endsection