@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@if (Session::has('error'))
{{ Session::get('error') }}
@endif
{!! Form::model(null, array('files' => 'true', 'route' => ['theoretical.price_match'], 'method' => 'PUT' ) ) !!}
Destination Field
@foreach($destination_fields as $destination_field)
@endforeach
Source Field
@foreach($destination_fields as $table_info_fields)
@endforeach
{!! Form::close() !!}