@extends('user.layouts.index') @section('content')
Tambah Seller
{!! Form::open( array( 'url' => 'user/seller', 'class' =>'form-horizontal', ) ) !!} @if ($errors->any())
@endif
Kembali
{!! Form::close() !!}
@endsection