{!! Form::open(array('action' => 'RajaController@store')) !!} {!! Form::select('code',array('jne'=>'JNE','tiki'=>'TIKI')) !!}

Service

@foreach($data as $key => $data) @foreach($data["costs"] as $key => $costs) @foreach($costs["cost"] as $key => $cost) @endforeach @endforeach @endforeach
Pilih Service Deskripsi Ongkos Estimasi
{!! Form::radio('service',$costs["service"]) !!} {{$costs["service"]}} {{$costs["description"]}} {{$cost["value"]}} {{$cost["etd"]}}
{!! Form::submit('Simpan', array('class' => 'btn btn-primary')) !!} {!! Form::close() !!}