@extends('layouts.admin.app') @section('title', translate('Profile Settings')) @push('css_or_js') @endpush @section('content')
@csrf

{{translate('Basic information')}}

{{translate('Change your password')}}

@csrf

@endsection @push('script_2') @endpush