@extends('backend.layouts.app') @section('title', 'Scheme') @section('content')
{{ Form::model($scheme, ['route' =>['scheme.inside_valley_scheme.update', $scheme->id],'class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }} {{ method_field('PUT') }} @include('backend.scheme.insideValley.partials.form', ['header' => 'Edit scheme ']) {{ Form::close() }}
@stop