@extends('layouts.delegates_dashboard_layout') @section('title') {{Session::has('lang')&&Session::get('lang')=='en'?' profile':' الملف الشخصى'}} @endsection @section('style') @endsection @section('content')
{{trans('delegates_dashboard.settings')}}

{{trans('delegates_dashboard.settings')}} / {{trans('delegates_dashboard.profile_settings')}}

@csrf
{{trans('delegates_dashboard.profile_info')}}
{{trans('delegates_dashboard.avatar')}}

{{trans('delegates_dashboard.change_password')}}

{{trans('delegates_dashboard.change_password')}}
@endsection @section('scripts') @endsection