@extends('layouts.admin.app') @section('meta') @stop @section('content')

            card-img-left 
            card-img-right

Welcome {{ Auth::user()->name }},

You have done successfully login

@stop