@extends('layouts.app') @section('title') {{ __('Tài khoản đã xoá') }} @endsection @section('payment') active @endsection @section('section.header')

{{ __('Danh sách tài khoản đã xoá') }}

@endsection @section('section.content')

{{ __('Danh sách tài khoản đã xoá') }}

@foreach ($accounts as $account) @endforeach
{{ __('type') }} {{ __('account') }} {{ __('Số dư') }} {{ __('Thời gian xoá') }}
{{ $account->bank->name }} {{ $account->acc_no }} - {{ $account->acc_name }} {{ number_format($account->balance) }} {{ $account->deleted_at }}
@endsection @section('styles') @endsection @section('scripts') @endsection