@extends('layouts.app') @section('title', trans('menu.profile_title')) @section('content')

{{ __('label.super_admin') }}

{{ trans('title.company_information') }}



{{ trans('forms.recommended_140_transparent_background') }}

{{ __('label.outgoing_email_settings') }}



{{ __('forms.lbl_country_settings') }}



{{ __('label.display_settings') }}


time_format == 'h:i a' ? 'checked' : '' }} />
time_format == 'H:i' ? 'checked' : '' }}>

{{ __('label.notification_settings') }}


push_notification_enable ? 'checked' : '' }} />
push_notification_configurable ? 'checked' : '' }}>

{{ __('label.company_information') }}


@forelse ($locations as $key => $location) @include('locations.locations', [ 'location' => $location, ]) @empty @include('locations.locations', [ 'location' => new App\Models\Location(), ]) @endforelse
{{ trans('forms.lbl_cancel') }}
@stop @section('footer-script') @stop