@extends('layouts.fixed') @section('title','Well Group | Add Buyer') @section('content') Add Buyer Home Add Buyer Create Buyer {{ Form::model($buyer= new \App\Buyer,['url'=>'merchandise/buyer-store','method'=>'post']) }} @include('merchandising.buyer.form-buyer',['submitButtonText'=>'Save']) {{ Form::close()}} @stop @section('style') @stop @section('plugin') @stop @section('script') @stop