@extends('dashboard.layouts.app') @section('css') @endsection @section('content') {!!Form::model($row , ['url' => route('items.update', $row) ,'method' => 'PATCH','files' => true, 'class' => 'add-form', 'id' => 'checkformValid2']) !!} @include('dashboard.items.form') {!!Form::close() !!} @endsection @section('modal')
@endsection @section('js') @endsection