<!DOCTYPE html> <html lang="{{ app()->getLocale() }}"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> {{--CSRF Token--}} <meta name="csrf-token" content="{{ csrf_token() }}"> <title>I'm {{ davidgomezgam }} - Front-end & Back-end developer</title> {{--Styles--}} <link href="{{ mix('css/app.css') }}" type="text/css" rel="stylesheet"> </head> <body class="@yield('body-class')"> <p>I'm {{ davidgomezgam }}, Front-end and Back-end web developer specialized in Laravel and WordPress. I love the UI / UX design</p> </body> </html>

hello

I'm {{ davidgomezgam }}

Front-end & Back-end developer