@extends('layouts.admin') {{-- Customize layout sections --}} @section('subtitle', 'Welcome') @section('content_header_title', 'Home') @section('content_header_subtitle', 'Welcome') {{-- Content body: main page content --}} @section('content_body')

Welcome to this beautiful admin panel.

@stop {{-- Push extra CSS --}} @push('css') {{-- Add here extra stylesheets --}} {{-- --}} @endpush {{-- Push extra scripts --}} @push('js') @endpush