Page Design Manager

@php $pages = [ 'home' => 'Home Page', 'category' => 'Category / Shop Page', 'product' => 'Product Details Page', 'vendor' => 'Vendor Store Page', 'about' => 'About Us Page', 'contact' => 'Contact Us Page', 'privacy' => 'Privacy Policy', 'terms' => 'Terms & Conditions' ]; @endphp
@foreach($pages as $slug => $label)

@csrf
@endforeach