@extends('backend.layouts.app') @section('title') {{ 'Starter Page | '.env('APP_NAME') }} @endsection @section('breadcrumbs') @include('backend.layouts.partials.breadcrumbs',['current' => 'Starter Page']) @endsection @push('before-css') @endpush @section('content')
This is some text within a card block.
@endsection @push('js') @endpush