@php $railways = App\Models\Dict\Railway::all()->pluck('name','id')->toArray(); $typeEnterprises = App\Models\TypeEnterprise::all(); @endphp
@csrf