@extends('layouts.app') @section('title', 'My Profile') @section('page-title', 'My Profile') @section('page-subtitle', 'Manage your account settings') @section('topbar-actions') Back @endsection @php $industries = [ 'Fashion & Apparel', 'Beauty & Cosmetics', 'Health & Wellness', 'Food & Beverage', 'Technology & Electronics', 'Travel & Hospitality', 'Sports & Fitness', 'Home & Lifestyle', 'Finance & Fintech', 'Education & E-Learning', 'Gaming & Entertainment', 'Automotive', 'Real Estate', 'Healthcare & Pharma', 'Retail & E-Commerce', 'Other', ]; @endphp @push('styles') @endpush @section('content')