@extends('includes.layouts.admin') @section('page-title') Add Product @endsection @section('css') {{-- --}} @endsection @section('content')

Add Product

@csrf
@if ($errors->has('featured_image')) {{ $errors->first('featured_image') }} @endif
@if($errors->has('product_image') || $errors->has('product_image.*')) {{ $errors->has('product_image') ? $errors->first('product_image') : $errors->first('product_image.*') }} @endif
@endsection @section('scripts') @endsection