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

Manage Supplier / Party

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

Update Supplier / Party

{{ Form::model($supplier,['route'=>['inventory.supplier.update',$supplier->id],'method'=>'POST', 'class'=>'form-horizontal']) }} @include('inventory.supplier.form-supplier-inventory',['save'=>'Update Party / Supplier']) {{ Form::close() }}
{{--create/edit start --}} {{--list start --}}
Party / Suppliers list
@include('inventory.supplier.suppliers-inventory')
{{--list end--}}
@stop @section('style') @stop @section('plugin') @stop @section('script') @stop