@extends('layouts.admin') @section('content')
@if($ikorfplane)
{{ method_field('PUT') }} {{ csrf_field() }} @else {{ csrf_field() }} @endif
LANE DETAILS
Origin
Destination

{!! FormField::select2('equipment_id', $equipments, $ikorfplane, true, 'Please Select') !!}


@endsection @section('scripts') @endsection