@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Purchase a Product

@if (\Session::has('success'))
@endif @if (\Session::has('error'))
@endif

Add New Purchase

{{ Form::open(array( 'action' => 'ProductController@postTransferProducts','class'=>'form-horizontal','files' => true,'role' => 'form', 'enctype'=>'multipart/form-data')) }}
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
{{Form::close()}}
@include('layouts.footer')