@extends('layouts.master') @section('title') Settings @endsection @section('css') @endsection @section('body')
@endsection @section('content') @component('components.breadcrumb') @slot('page_title') Settings @endslot @slot('subtitle') All Settings @endslot @endcomponent @endsection @section('scripts') @endsection