@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Insurance / Enquiry Details


@if(isset($edit_enquiry->id))
@method('PUT') @else @endif @csrf
{{-- for show manager name --}} @php $parent = DB::table('users')->where(['id' => $edit_enquiry->parentid])->get(['name']); $manager = json_decode(json_encode($parent),true); @endphp
Cancel
@endsection