@extends('admin.template.master') @section('stylesheets') @endsection @section('title') Estimated Products Home Estimated Products @endsection @section('main-content') @if(session('message')) {{ session('message') }} @endif Add New Product Individual Regular {{-- Individual Products --}} ID Name Product ID Tag Operator Date Action {{-- Regular Products --}} Date Name Product ID Tag Operator @endsection @section('javascripts') @endsection