@php $firm_types = [ 'Partnership' => 'Partnership', 'Proprietorship' => 'Proprietorship', 'PVT LTD' => 'PVT LTD', ]; $state_list = $state->pluck('state_name', 'id') ?? []; @endphp @extends('admin.layouts.layouts') @section('title', 'Create | Transport Management') @section('page-css') @endsection @section('content')