@extends('layouts.admin') @section('content')

New Product

Add new product

@if ($errors->any())
Error!
@endif @if ($message = Session::get('success'))
{{ $message }}
@endif
@csrf
General
Product Images
Inventory
Meta
Back
@endsection