@extends('adminlayout.admin') @section('content')

Add Beneficiary & Transfer

  • Back @if(count($datas)==0) Add Beneficiary @endif
@php $i=1; @endphp @foreach($datas as $data) @endforeach
Action S.no User Name Phone BeneId BankAccount Ifsc Date
@if (Auth::user()->hasRole('super_admin')) @endif {{$i++}} [
Action S.no Name Phone BeneId BankAccount Ifsc Date
@endsection