@extends('admin.layouts.app') @section('title','Employer details updation requests') @section('content')

Requests for employer details updation

Employer List
@foreach($requests as $key=>$update) @endforeach
Sl.No Employer Name Agency View
{{ ($key+1) }} {{ $update->Employer->name }} {{ $update->Pia->Piaid->agency_name }}
@endsection