@extends('adminlayout.admin')
@section('content')
Add Beneficiary & Transfer
| Action |
S.no |
User |
Name |
Phone |
BeneId |
BankAccount |
Ifsc |
Date |
@php
$i=1;
@endphp
@foreach($datas as $data)
|
@if (Auth::user()->hasRole('super_admin'))
@endif
|
{{$i++}} |
[ |
|
|
|
|
|
|
@endforeach
| Action |
S.no |
Name |
Phone |
BeneId |
BankAccount |
Ifsc |
Date |
@endsection