@extends('site.layouts.app') @section('title', 'My account') @section('content')
@include('site.customer.sidebar')
General Information
@if (Auth::user()->is_approved != 0)
@csrf

@else
Your account is temporarily disabled.

Our team is currently reviewing your account. Once approved for changing your country, you will regain access to all EasyTrans services. Thank you for your trust and for using EasyTrans services.

EasyTrans: Connecting Your Heart @endif
Change Password
@csrf
@endsection