@extends('layouts.app') @push('style') @endpush @section('head') @include('layouts.partials.headersection',['title'=>'Site Settings']) @endsection @section('content')

{{ __('Site Settings') }}


@csrf

{{ __('Note:') }} {{ __('After You Update Settings The Action Will Work After 5 Minutes') }}
@endsection @push('js') @endpush