@extends('admin.layouts.app') @section('title', 'General Settings') @section('breadcrumb')
  • Settings
  • General
  • @endsection @section('heading', 'General Settings') @section('subheading', 'Site identity, contact, and format settings.') @section('content')
    @csrf {{-- Site Identity --}}

    Site Identity

    {{-- Contact Information --}}

    Contact Information

    {{-- Currency & Format --}}

    Currency & Format

    {{-- Social Links --}}

    Social Links

    {{-- Maintenance Mode --}}

    Maintenance Mode

    @endsection