@extends('layouts.dashboard')
@section('title', 'Add New Product')
@section('page-title', 'Add New Product')
@section('breadcrumb')
Products
Add New
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('scripts')
@endsection