@extends('layouts.master-layouts') @section('title') {{ __('Front Setting') }} @endsection @section('content') @component('components.breadcrumb') @slot('title') Front Setting @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Setting @endslot @slot('li_3') Front Setting @endslot @endcomponent
@endsection