{!! Form::open(array('action' => 'RajaController@store')) !!} {!! Form::select('code',array('jne'=>'JNE','tiki'=>'TIKI')) !!}
@foreach($listkota as $key => $listkota)
{{$listkota['city_name']}}
@endforeach
Service
Pilih
Service
Deskripsi
Ongkos
Estimasi
@foreach($data as $key => $data) @foreach($data["costs"] as $key => $costs)
{!! Form::radio('service',$costs["service"]) !!}
{{$costs["service"]}}
{{$costs["description"]}}
@foreach($costs["cost"] as $key => $cost)
{{$cost["value"]}}
{{$cost["etd"]}}
@endforeach
@endforeach @endforeach
{!! Form::submit('Simpan', array('class' => 'btn btn-primary')) !!} {!! Form::close() !!}