@extends('layouts.fixed') @section('title','AdminLTE') @section('content')

Edit Buyer


Edit Buyer

{{ Form::model($buyers,['action'=>['BuyerController@update',$buyers->id],'method'=>'patch']) }} @include('merchandising.buyer.form-buyer',['submitButtonText'=>'Update']) {{ Form::close()}}
@stop @section('style') @stop @section('plugin') @stop @section('script') @stop