@extends('layouts.admin') @section('title', 'Add Product') @section('content')

Add New Product

Back to List
@if($errors->any())
@endif
@csrf
Click to select thumbnail
@foreach($tags as $tag) @endforeach
@endsection @section('scripts') @endsection