@extends('includes.layouts.admin') @section('page-title') Add Product @endsection @section('css') {{-- --}} @endsection @section('content') Add Product Home Add Product @csrf Featured Recommended Upload Feature Image @if ($errors->has('featured_image')) {{ $errors->first('featured_image') }} @endif Upload Product Images @if($errors->has('product_image') || $errors->has('product_image.*')) {{ $errors->has('product_image') ? $errors->first('product_image') : $errors->first('product_image.*') }} @endif Save @endsection @section('scripts') @endsection