@extends('admin.template.master') @section('title')

B2B Customer Update

@endsection @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} @endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif {!! Form::open(['url' => '/admin/b2b-customer-category-update/'. $b2b->b2b_user_id ]) !!}
{!! Form::label('category','Category') !!} @if ($errors->has('category')) {!! $errors->first('category') !!} @endif
{!! Form::close() !!}
@endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} @endsection