@extends('layouts.master') @section('title') @lang('translation.Starter_Page') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') Utility @endslot @slot('title') Starter Page @endslot @endcomponent @endsection