{{-- resources/views/admin/app-settings.blade.php --}} @extends('layouts.contentLayoutMaster') @section('title', 'App Settings') @section('content')

Application Settings

@if (session('success'))
{{ session('success') }}
@endif
@csrf
This script will be injected into the bottom of every page. Useful for analytics, chat, etc.
@endsection