@extends('layouts.app') @section('title', 'Favourite List') @section('content') Favourite Management Dashboard Favourite Management {{-- Reset Filters --}} Custom Name All @foreach ($customName as $key => $label) {{ ucfirst($label) }} @endforeach User Name Service Setup Name @if($showAction) Vendor Name @endif Created At @if($showAction) Action @endif @endsection @section('scripts') @endsection