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

Product Settings Setup categories,suppliers and Purchase Vat for products


{{--CUSTOMER START CATEGORY--}}
Product Categories
Define Product categories here for managing your Products with the proper privileges.
Category *
Description
@if($data['productcategory'] != '') @foreach ($data['productcategory'] as $key => $prdcat )
@endforeach @endif
{{--CUSTOMER END CATEGORY--}} {{--PURCHASE VAT--}} {{--PURCHASE VAT END--}} {{--PRODUCT COSTS--}}
Product Cost
Define Product cost here for managing your Products with the proper privileges.
Unit*
Unit Cost*
Unit Price*
@if($data['units'] != '') @foreach ($data['units'] as $key => $unit )
{{-- --}}
@endforeach @endif
{{--PRODUCT COST END--}} {{--PRODUCT TAGS--}} {{--PRODUCT TAGS END--}} {{--ACTION ROW--}}
{{--SETIINGS WRAP--}}

Are You Sure?

Your recently changed data in this model will be lost.

@stop @section('styles') @stop @section('admin_js') @include('admin.settings.product-settings.js.index') @stop