@extends('dashboard.layout.content') @section('customTitle') {{__('dashboard.profile')}} @endsection @section('customStyle')
@endsection @section('customBody')
{{ $admin->name }}
{{ __('general.general_information') }}
{{ __('general.notifications') }}
@method("PATCH") @csrf
{{ __('validation.attributes.email') }}
{{ __('validation.attributes.mobile') }}
{{ __('validation.attributes.name') }}
{{ __('validation.attributes.password') }}
{{ __('validation.attributes.password Confirmation') }}
@lang('general.mark_all_as_read')
{{ __('dashboard.section') }}
{{ __('general.all') }}
@foreach ($notification_sections as $section)
{{ __('general.notifications_sections.' . $section) }}
@endforeach
{{ __('dashboard.Is Reded?') }}
{{ __('general.all') }}
{{ __('general.yes') }}
{{ __('general.no') }}
{{ __('validation.attributes.title') }}
{{ __('validation.attributes.type') }}
{{ __('validation.attributes.created_at') }}
{{ __('validation.attributes.title') }}
{{ __('validation.attributes.type') }}
{{ __('validation.attributes.created_at') }}
@endsection @section('customScript') @endsection