@extends('layouts.app') @section('title', 'System Settings') @section('content')

System Settings

@if(session('success')) @endif
@csrf
Back
@endsection