<!DOCTYPE html>
<html lang="{{ app()->getLocale() }}">
@include("layouts.partials.head")
<body>
    @yield('content')
</body>
</html>