@extends('admin.layout') @section('content') Create Product @csrf Product Name: Upload Product Logo: Accepted formats: JPG, PNG, SVG Short Description (Max 25 sentences): {{ old('shortDesc') }} 0 / 25 sentences Create Product @if(session('success')) ✅ {{ session('success') }} @endif @endsection