@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

General Settings

General settings such as the site name, admin email etc.

Social Media Settings

General settings such as the site name, admin email etc.

@endsection @section('scripts') @endsection