@extends('layouts.master') @section('title') @lang('translation.starter') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') Starter @endslot @endcomponent @endsection @section('script') @endsection