@extends('layouts.horizontal', ['title' => 'All Deal Packages', 'topbarTitle' => 'All Packages']) @section('content')

All Services

{{ session('user_role') }}
@foreach($package_types as $service) @if($service->options) @foreach($service->options as $option) @endforeach @endif @endforeach
Section ID Type S. Type ID Category S. Category ID Service Service option_for Price Active Created At
{{ $service->business_type }} service_type_active == 'No') class="strike-through" @endif>{{ $service->id_package_type }} service_type_active == 'No') class="strike-through" @endif>{{ $service->service_type }} service_category_active == 'No') class="strike-through" @endif>{{ $service->id_package_category }} service_category_active == 'No') class="strike-through" @endif>{{ $service->service_category }} service_active == 'No') class="strike-through" @endif>{{ $service->id_package_services }} service_active == 'No') class="strike-through" @endif>{{ $service->service_name }} service_active == 'No') class="strike-through" @endif>{{ $service->option_for }} service_active == 'No') class="strike-through" @endif>{{ config('constants.CURRENCY') }} {{ number_format($service->service_rate, 2) }} service_active == 'No') class="strike-through" @endif>{!! $service->service_active == 'Yes' && $service->service_category_active == 'Yes' && $service->service_type_active == 'Yes' ? 'Yes' : 'No' !!} service_active == 'No') class="strike-through" @endif>
Optional: service_active == 'No') class="strike-through" @endif>{{ $option->id_package_services }} service_active == 'No') class="strike-through" @endif>{{ $option->service_name }} service_active == 'No') class="strike-through" @endif>{{ $option->option_for }} service_active == 'No') class="strike-through" @endif>{{ config('constants.CURRENCY') }} {{ number_format($option->service_rate, 2) }} service_active == 'No') class="strike-through" @endif>{!! $option->service_active == 'Yes' && $option->service_category_active == 'Yes' && $option->service_type_active == 'Yes' ? 'Yes' : 'No' !!} service_active == 'No') class="strike-through" @endif>
@endsection @section('scripts') @endsection