@php $consultancy_type_list = !empty($consultancy_types) ? $consultancy_types->pluck('name', 'id')->toArray() : []; $firm_types = [ 'Self' => 'Self', 'Partnership' => 'Partnership', 'Proprietorship' => 'Proprietorship', 'PVT LTD' => 'PVT LTD', ]; @endphp @extends('admin.layouts.layouts') @section('title', 'Create | Consultancy') @section('page-css') @endsection @section('content')