@extends('layout.admindashboard') @section('content') Add Products @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Products @csrf Product Image1 Choose file Product Image2 Choose file Product Image3 Choose file Product name Video URL Product Details Additional Information Category Select one... @foreach ($categories as $category) {{ $category->name }} @endforeach Sub Category Select one... @endsection