@extends('layouts.master') @section('title', 'Add New Product') @section('content')

Add New Product

@if(count($errors) > 0) @endif
@csrf
Looks good!
Please enter product name.
Looks good!
Please upload product image.

Looks good!
Please select any category from the list.
Looks good!
Please enter valid product price.

Looks good!
Please enter short description.

Looks good!
Please enter additional info.

Looks good!
Please enter payment info.

@endsection