{{ $category->category }}
{{ $category->brief }}
View Products@extends('frontend.layouts.main') @section('title','Write to CSV Pharmaceuticals for Quality, Process and Quotations') @section('content') @php $categoryName = strtolower($category->category ?? ''); //print_r($categoryName);die(); $videoConfig = match ($categoryName) { 'fine perfume' => ['file' => 'FINE PERFUME.mp4', 'position' => 'fine_perfume'], 'candle fragrance' => ['file' => 'Candle fragrance.mp4', 'position' => 'candle_fragrance'], 'attar of oudh' => ['file' => 'Attar of oudh.mp4', 'position' => 'attar_of_oudh'], 'agarbatti / incense stick' => ['file' => 'Agarbatti & incense.mp4', 'position' => 'agarbatti'], 'cream & moisturizer' => ['file' => 'cREAM &.mp4', 'position' => 'cream_moisturizer'], 'shampoo' => ['file' => 'shampoo.mp4', 'position' => 'shampoo'], 'hand wash' => ['file' => 'handwash.mp4', 'position' => 'hand_wash'], 'hair oil' => ['file' => 'Hair oil.mp4', 'position' => 'hair_oil'], 'soap' => ['file' => 'SOAP.mp4', 'position' => 'soap'], 'face wash' => ['file' => 'Facewash.mp4', 'position' => 'face_wash'], 'detergent' => ['file' => 'Detergenrt.mp4', 'position' => 'detergent'], default => null, }; @endphp