@extends('layouts.app') @php $animation = " transition duration-600"; $inputStyle = "border-b border-white bg-black outline-none focus:bg-black focus:border-tertiary hover:border-primary text-sm p-2 w-full shadow-sm placeholder-white hover:placeholder-primary text-white"; $labelStyle = "text-white text-lg hover:text-primary-500 cursor-pointer"; @endphp @section('content')