@extends('layouts.app') @push('title') {{ __('Profile') }} @endpush @section('content')

{{ __('Profile') }}

@csrf

{{ __('Personal Info') }}

{{ __('Change Password') }}

@endsection @push('script') @endpush