@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) { 'natural butters' => ['file' => 'natural butters.mp4', 'position' => 'top-50 start-50 translate-middle'], 'absolute and concrete' => ['file' => 'absolute & concrete.mp4', 'position' => 'top-0 start-0'], 'aromatic chemicals' => ['file' => 'Aromatic chemicals.mp4', 'position' => 'top-100 start-50 translate-middle-x'], 'carrier oils' => ['file' => 'carrier oil.mp4', 'position' => 'carrier_oil'], 'menthol and mint oils' => ['file' => 'menthol & mint oil.mp4', 'position' => 'carrier_oil'], 'essential oils' => ['file' => 'ESSential oil.mp4', 'position' => 'essential_oil'], 'spice oil & oleoresins' => ['file' => 'Spice & Oleoresins.mp4', 'position' => 'top-0 start-50 translate-middle-x'], 'pine oils & its derivatives' => ['file' => 'pine & its derivatives.mp4', 'position' => 'top-0 start-50 translate-middle-x'], default => null, }; @endphp