@extends('layout.adminapp') @section('content')
Employer Balance Report
@if (Session::has('status'))
  • {{ Session::get('status') }}
@endif
@foreach ($employer as $key => $item) @if($item['wallet']) @else @endif @endforeach
Balance Employer
Balance: {{$total}} Employer
{{$item['wallet']['amount']}}00{{$item['email']}}
@endsection @section('script') @endsection