@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Dashboard

@stop @section('content')

Welcome to this beautiful admin panel.

@if (session('success'))
{{ session('success') }}
@endif @stop @section('css') @stop @section('js') @stop