@extends('layouts.app') @section('title') {{ __('Chỉnh sửa tài khoản') }} @endsection @section('payment') active @endsection @section('section.header')

{{ __('Chỉnh sửa tài khoản') }}

@endsection @section('section.content')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf @method('PUT')
@if ($bank_account->type == 4)
@endif
@if ($bank_account->bank->display_name == 'Timo')
@endif
@endsection @section('scripts') @endsection @section('styles') @endsection