@extends('layouts/basic') {{-- Add modern login CSS - loaded after all other CSS for proper override --}} @push('css') @endpush {{-- Page content --}} @section('content')
{{-- Modern Professional Footer --}} {{-- Force modern login styles at the end of content to override ALL CSS --}} @stop {{-- Add modern login JavaScript --}} @push('js') @endpush