@extends('admin.layout') @section('content')
@if(session()->has('message'))
Products Transfer Successfully
@endif {!! Form::open(array('url' =>'admin/addtransfer', 'method'=>'post', 'class' => 'form-horizontal form-validate', 'enctype'=>'multipart/form-data')) !!}

Transfer To

Image Product Name SKU CODE Quantity
No Products Added
{!! Form::close() !!}
@endsection