@extends('layouts.master') @section('title', 'User') @push('css') @endpush @section('content')
@csrf

product Information

@include('administration_module.product.product_table')
@endsection @push('js') @endpush