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

Add Product

@csrf
{{-- Product Name --}}
{{-- Material --}} {{-- Pattern --}} {{-- Features --}}
{{-- Warranty --}}
{{-- Maintenance --}}
{{-- Rooms (Multiple) --}}
{{-- Tags (Multiple) --}}
{{-- Measurement --}}
Example: 120 x 60 x 45 cm
{{-- Description --}}
@endsection