Serial No |
Name |
Description |
Price |
Add-On Type |
Action |
@forelse ($addonservicelist as $index => $service)
{{ $index+1 }} |
{{ $service->service_name}} |
{{ $service->short_desc }} |
{{ $service->price }} |
@php
if ($service->add_on_type!=null) {
$addOnArr = json_decode($service->add_on_type);
$service->add_on_type = implode(', ', $addOnArr);
}
@endphp
{{ $service->add_on_type}} |
|
@empty
No Record Found. |
@endforelse
{{-- @if ($users->hasPages()) --}}
{{-- @endif --}}
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@endsection
@section('scripts')
@include('admin.commonScript.script')
@endsection