@extends('eventmie::layouts.app')
@section('title')
@lang('eventmie-pro::em.profile')
@endsection
@section('content')
-
@lang('eventmie-pro::em.personal_details')
-
@lang('eventmie-pro::em.security')
@if (!Auth::user()->hasRole('customer'))
-
@lang('eventmie-pro::em.update_bank_details')
@endif
@if (Auth::user()->hasRole('organiser'))
-
@lang('eventmie-pro::em.organiser_info')
@endif
@if (Auth::user()->hasRole('customer'))
@if ((int)setting('multi-vendor.multi_vendor'))
-
@lang('eventmie-pro::em.become_organiser')
@endif
@endif
@endsection
@section('javascript')
@vite('eventmie-pro/resources/js/profile/index.js')
@stop