@extends('layouts.app') @section('content')
@csrf
@if($pc != null) @else @endif
@if($ppc != null) @else @endif
@foreach ($teller as $index=>$t) @endforeach
Bil Teller Cawangan Roles
{{ $loop->iteration }} {{ $t['name'] }} {{ $t['cawangan'] }} {{ $t['role_harian'] }}
@endsection