@extends('admin.layouts.main') @section('content')

Products

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if (session()->has('message'))
{{session('message')}}
@endif
@if (session()->has('hasError'))
{{session('hasError')}}
@endif

Products

Add New
Name Category Sub Category Image Price Discount Price Selling Price Stock Action
@endsection @section('custom-script') @endsection