@extends("la.layouts.edit") @section("contentheader_title") Notificación Viajes: @endsection @section("contentheader_description", $model->$view_col) @section("section", "Notificación Viajes") @section("section_url", url(config('laraadmin.adminRoute') . '/notificacionviajes')) @section("sub_section", "Edit") @section("htmlheader_title", "Editar Notificación Viaje : ".$model->$view_col) @if (count($errors) > 0)
@endif {!! Form::model($model, ['route' => [config('laraadmin.adminRoute') . '.notificacionviajes.update', $model->id ], 'method'=>'PUT', 'id' => 'notificacionviaje-edit-form', 'class' => 'submit-form', 'novalidate' => 'novalidate']) !!} {!! Form::close() !!} @push('scripts') @endpush