Skip to content

Instantly share code, notes, and snippets.

View jasminetracey's full-sized avatar
🏠
Working from home

Jasmine Tracey jasminetracey

🏠
Working from home
View GitHub Profile
@jasminetracey
jasminetracey / app.blade.php
Last active October 11, 2020 00:39
Bootstrap Auth Files
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'Laravel') }}</title>