@extends('layouts.app')
@push('css')
@endpush
@section('content')
@include('includes.bread_crumb_with_header', [
'header' => 'Products',
'bread_crumbs' => ['Home' => ""],
])
@include('pages.admin.products.includes.card-header')
@endsection
@push('script')
{{-- --}}
@include('pages.admin.products.includes.product-scripts')
{{--ADD PRODUCT MODAL--}}
@endpush