View Master Route

{{-- START ALERT BLOCK --}} @if(Session::has('successMessage')) @endif @if(Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}}
@foreach($getroute as $this_getroute)
{{ Form::open(['route' => 'admin-edit-masterroute', 'files' => true]) }}
Route Name : @if(isset($this_getroute->route_name)) @else @endif
State :
WB / EB :
Description :
Image Thumb :
@if(is_null($this_getroute->image_thumb)) @else @endif
Image Header :
@if(empty($this_getroute->imageHeader1)) @else @endif


Add


@foreach($this_getroute->master_route_connect as $this_masterroute)
@foreach($this_masterroute->route_alternate as $this_alter) @php $all_alter_ids[]=$this_alter->alter_route_id; @endphp @endforeach
@endforeach
{{ Form::submit('Save', ['class' => 'btn btn-primary','style' => 'width:200px; margin-top:10px;']) }}
{{ Form::close() }}
@endforeach