@extends('coaching.layout.master') @section('content')

Payout

Bank Account Detail

@if($bankAccounts) @foreach($bankAccounts as $banks)

@if(isset($banks->bankNames)){{$banks->bankNames->bank_name}}@endif

{{$new}} | INR

@endforeach @endif
@endsection @section('scripts') @endsection