@extends('layouts.app') @section('content')

Vouchers

@include('adminlte-templates::common.errors')
{!! Form::model($vouchers, ['route' => ['vouchers.update', $vouchers->id], 'method' => 'patch']) !!} @include('vouchers.fields') {!! Form::close() !!}
@endsection