@extends('layouts.main-layout') @section('content-header')

System Setting

@endsection @section('body')
@csrf
@foreach ($settings as $key => $value)
@endforeach
@endsection