@extends('app') @section('content') Add Product

ADD PRODUCT

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
Cancel
@endsection