@extends("la.layouts.app") @section("contentheader_title") Banner Cot M : @endsection @section("contentheader_description", $banner_cot_m->$view_col) @section("section", "Banner Cot Ms") @section("section_url", url(config('laraadmin.adminRoute') . '/banner_cot_ms')) @section("sub_section", "Edit") @section("htmlheader_title", "Banner Cot Ms Edit : ".$banner_cot_m->$view_col) @section("main-content") @if (count($errors) > 0)
@endif
{!! Form::model($banner_cot_m, ['route' => [config('laraadmin.adminRoute') . '.banner_cot_ms.update', $banner_cot_m->id ], 'method'=>'PUT', 'id' => 'banner_cot_m-edit-form']) !!} @la_form($module) {{-- @la_input($module, 'imagen') --}}
{!! Form::submit( 'Update', ['class'=>'btn btn-success']) !!}
{!! Form::close() !!}
@endsection @push('scripts') @endpush