@extends('admin.layouts.app') @section('title', 'Account Categories') @section('content')
{{--SETIINGS WRAP--}}

Account Categories Setup categories for your suppliers and customers.


{{--CUSTOMER START CATEGORY--}}
Account Categories
How you classify your customer accounts? Define account categories here for managing your customer with the proper privileges.
Category
Description
@if($data['accountcategory'] != '') @foreach ($data['accountcategory'] as $key => $acccat )
@endforeach @endif
{{--CUSTOMER END CATEGORY--}} {{--SUPPLIER START CATEGORY--}}
Vendor Categories
How you classify your vendors? Changes will be reflected across all linked applications.
Category
Description
@if($data['vendorcategory'] != '') @foreach ($data['vendorcategory'] as $key => $vencat )
@endforeach @endif
{{--SUPPLIER END CATEGORY--}} {{--ACTION ROW--}}
{{--SETIINGS WRAP--}}

Are You Sure?

Your recently changed data in this model will be lost.

@stop @section('styles') @stop @section('admin_js') @stop