@extends('layouts.app') @section('content')

Product List

All the products under your selected branch listed here, you can edit, disable or manage from here.
@php ($get_permission = permission('product','full-permission')) @if($get_permission) Add New @endif
Name Category Tags Stock SKU Status Cost Retail

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @stop