@section('title', '- Your profile') @extends('layouts.user-profile') @section('breadcumb') @include('layouts.partials.breadcumb', ['page' => 'Profile']) @endsection @section('section-body')
@lang('profile.name_c'):
{{ session('user')->first_name }} {{ session('user')->last_name }} @lang('profile.change')
@lang('auth.password'):
************* @lang('profile.change')
{{ $account->bank }} {{ $account->account_number }}
@endforeach