@extends('layouts.app', ['title' => 'Settings', 'showNav' => true]) @section('content')

Settings

Created by: @include('partials.creator-name', ['model' => $setting])
@csrf @method('PUT')
Shown as the app name in the top navigation.
@endsection