@extends('admin/layouts/default') @section('title') Warehouse @parent @stop @section('content') @include('common.errors')

Warehouse

Create New Warehouse


{!! Form::open(['route' => 'admin.warehouses.store']) !!} @include('admin.warehouses.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop