@extends('admin.layouts.app') @section('contentSection')
Settings
@csrf
@endsection @section('pageSpecificScripts') @if (Session::has('errors')) @endif @if (Session::has('success')) @endif @endsection