@extends('layouts.master') @section('content')
Land And Services

Land And Services List Add Land And Services

{{--

--}} {{--
--}}
{{--
--}}
{{-- --}} {{-- --}} @foreach ($landservicestypes as $key => $land) @php $get_service_name = App\land_services_type::where('id_land_services_types', $land->name)->first(); @endphp @php $decode = json_decode($land->total_entries); // dd($decode); @endphp {{-- --}} @foreach ($decode as $key => $value) {{-- {{dd($value->transport)}} --}} {{-- --}} @endforeach @endforeach {{-- --}} {{-- --}}
View NameServicesSub ServicesService Type Created At Updated At
{{ $get_service_name->service_name }} {{ $land->service_type }} 01-01-1970 01-01-1970
Transport Type   Adult Details   Children Details   Infants Details   Service Level Cost Price  Service Level Selling Price 
{{ $value->transport }}Adult Cost:{{ $value?->adult_cost_price }} Adult Selling {{ $value?->adult_selling_price }}
View NameServicesSub ServicesService Type Created At Updated At
{{--
--}}
@include('landservicestypes.add_service_type_modal') {{--
--}} @endsection @push('scripts') {{-- --}} @endpush