@extends('layouts.fixed') @section('title','Brand - Inventory WELL GROUP ') @section('content')

Manage Inventory Brand

{{--create/edit start --}}

Edit Inventory Brand

{{ Form::model($brand,['route'=>['inventory.brand.update',$brand->id],'method'=>'POST', 'class'=>'form-horizontal']) }} @include('inventory.brand.form-brand-inventory',['buttonText'=>'Update Brand']) {{ Form::close() }}
{{--create/edit start --}} {{--list start --}}
Inventory Group list
@include('inventory.brand.brands-inventory')
{{--list end--}}
@stop @section('style') @stop @section('plugin') @stop @section('script') @stop