@extends('layouts.app') @section('content')
@php $settings = \App\Models\Setting::all(); @endphp

{{ _lang('Website Settings') }}

{{ csrf_field() }}
@endsection