"blog/resources/views/profile.blade.php"
Bootstrap 4.1.1 Snippet by prabuanan

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!-- Fonts --> <link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css"> <link href="https://getbootstrap.com/docs/4.0/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <!-- Styles --> <p class="text-center">Your Profile</p> <h1 class="text-center"> <span style="color: red;">Welcome </span>{{ $show_profile[0]->name }}</h1> <h1 class="text-center">Email: {{ $show_profile[0]->email }}</h1> <h4 class="text-center"><a href="{{url('/home')}}">Go Home</a></h4>

Related: See More


Questions / Comments: