@extends('backend.layout.master') @section('title', __('Main Page Settings')) @section('content')

{{ __('Main Page Settings') }}

@csrf

@can('account-page-settings-update') @endcan
@endsection