@extends('layouts.organization.app') @section('content')
@csrf
Shared Offer Letter
@if(!empty($offerletters)) @foreach($offerletters as $row) @endforeach @endif
Sr No. Name Email Position Mobile Referd By Mangr Name Resume Request Date
{{$loop->iteration}} {{$row->name}} {{$row->email}} {{$row->position}} {{$row->mobile}} {{$row->manager_name}} @if(!empty($row->resume))@endif {{date_format(date_create($row->created_at),"d-M-Y")}}
@endsection('content')