@extends('layouts.app') @section('title', $page_title) @section('content')

{{ $sub_title }}

@if (permission('product-add')) {{__('file.Add New')}} @endif
@foreach ($categories as $category) @endforeach @foreach (STATUS as $key => $value) @endforeach
@endsection @push('scripts') @endpush