@extends('admin.layouts.app') @section('content')
{{-- @include('admin.components.alert') --}}{{ $errors->first('product_name') }}
@endif{{ $errors->first('product_slug') }}
@endif{{ $errors->first('product_price') }}
@endif{{ $errors->first('product_discount_price') }}
@endif{{ $errors->first('product_quantity') }}
@endif{{ $errors->first('image') }}
@endif{{ $errors->first('product_description') }}
@endif