@extends('admin.layout') @section('content')
@php $status_title = \App\Models\PaidSalaryHistory::$status_title; @endphp
# Người gửi Người nhận Tài khoản gửi Tài khoản nhận Số tiền Ngày gửi Trạng thái
#{<>history.id<>} {<>history.sender.name<>} {<>history.receiver.name<>} {<>history.sent_from_account<>} {<>history.bank_account_number<>} {<>history.salary<>} {<>history.created_at<>} {{$status_title[\App\Models\PaidSalaryHistory::STATUS_SUCCESS]}} {{$status_title[\App\Models\PaidSalaryHistory::STATUS_REJECT]}}
{{----}}
  • {<>meta.current_page<>}
  •   Go to page  / {<>meta.last_page<>}
@endsection