@extends('layouts.adminlayouts.app')
@section('title')
Product All | {{$appSetting->h1}}
@endsection
@push('css')
@endpush
@section('contents')
@include('alerts.alerts')
Products All
@include('admin.products.includes.productsAll')
@endsection
@push('js')
@endpush