@extends("la.layouts.app") @section("contentheader_title") Shared with me : @endsection @section("contentheader_description", $shared_with_me->$view_col) @section("section", "Shared with mes") @section("section_url", url(config('laraadmin.adminRoute') . '/shared_with_mes')) @section("sub_section", "Edit") @section("htmlheader_title", "Shared with mes Edit : ".$shared_with_me->$view_col) @section("main-content") @if (count($errors) > 0)
@endif
{!! Form::model($shared_with_me, ['route' => [config('laraadmin.adminRoute') . '.shared_with_mes.update', $shared_with_me->id ], 'method'=>'PUT', 'id' => 'shared_with_me-edit-form']) !!} @la_form($module) {{-- @la_input($module, 'date') @la_input($module, 'file_name') @la_input($module, 'file_type') @la_input($module, 'file_shared_by') --}}
{!! Form::submit( 'Update', ['class'=>'btn btn-success']) !!}
{!! Form::close() !!}
@endsection @push('scripts') @endpush