# Trade Plus Education - Website Pages & Routes

## Frontend Pages (Public)

### Main Pages

-   **Home**: http://localhost:8080/
-   **About Us**: http://localhost:8080/about
-   **Contact**: http://localhost:8080/contact
-   **FAQ**: http://localhost:8080/faq
-   **Privacy Policy**: http://localhost:8080/privacy-policy
-   **Terms & Conditions**: http://localhost:8080/terms-conditions

### Services

-   **Services List**: http://localhost:8080/services
-   **Service Detail**: http://localhost:8080/services/{slug} (dynamic)

### Study Destinations

-   **Destinations List**: http://localhost:8080/destinations
-   **Destination Detail**: http://localhost:8080/destinations/{slug} (dynamic)

### Language Training

-   **Language Training Overview**: http://localhost:8080/language-training
-   **Korean Language Course**: http://localhost:8080/language-training/korean
-   **English Language Course**: http://localhost:8080/language-training/english

### Application & Blog

-   **Apply Now**: http://localhost:8080/apply
-   **Blog List**: http://localhost:8080/blog
-   **Blog Post**: http://localhost:8080/blog/{slug} (dynamic)

## Admin Panel (Requires Login)

### Authentication

-   **Login**: http://localhost:8080/login
-   **Register**: http://localhost:8080/register

### Admin Dashboard

-   **Dashboard**: http://localhost:8080/admin
-   **Services Management**: http://localhost:8080/admin/services
-   **Destinations Management**: http://localhost:8080/admin/destinations
-   **Applications Management**: http://localhost:8080/admin/applications
-   **Contacts Management**: http://localhost:8080/admin/contacts
-   **Testimonials Management**: http://localhost:8080/admin/testimonials
-   **Blog Posts Management**: http://localhost:8080/admin/blog-posts
-   **FAQs Management**: http://localhost:8080/admin/faqs

## Test URLs

All pages have been created and routes are configured. You can:

1. Visit http://localhost:8080 to see the homepage
2. Navigate through the menu to access all pages
3. Register an admin account at http://localhost:8080/register
4. Access admin panel at http://localhost:8080/admin

## Features Implemented

✅ Modern, responsive design with Tailwind CSS
✅ Multilingual support (English/Bangla ready)
✅ WhatsApp floating button
✅ Contact form with validation
✅ Application form with comprehensive fields
✅ SEO-optimized pages with meta tags
✅ Blog with pagination
✅ FAQ with accordion functionality
✅ Admin authentication with Laravel Breeze
✅ Complete CRUD operations for all resources
✅ Database migrations and seeders
✅ Mobile-first responsive design
✅ Professional color scheme (blue, white, gold accents)

## Database Setup

The database has been migrated and seeded with sample data including:

-   Admin user (check DatabaseSeeder for credentials)
-   Sample services
-   Sample destinations (Korea, USA, Germany, Australia)
-   Sample testimonials
-   Sample blog posts
-   Sample FAQs

## Next Steps

1. Update company logo and images in /public/storage
2. Configure SMTP settings in .env for email notifications
3. Set up reCAPTCHA keys in .env
4. Customize content in seeder files
5. Deploy to production server

All pages are working and error-free!
