@extends('layouts.master') @section('content')
Inquiry Types list Edit Inquiry Types {{-- Forms --}} {{-- Form Layouts --}}

Edit Land Services Land Services List

{{--

--}} {{--
--}}
Edit Inquiry Types Details
@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif

Add Details


@php $decodedallentries = json_decode($landservicestypes->total_entries); // dd($decodedallentries); @endphp @foreach ($decodedallentries as $dc )
@endforeach

Cancel
{{--
--}} @endsection