@extends('layouts.dashboard') @section('title', 'Hired From') @section('content')
entries

Hired From

@foreach ($hiredFroms as $hired) @endforeach
S/N Name Description Actions
{{ $hiredFroms->firstItem() + $loop->index }} {{ $hired->name }} {{ $hired->description }}
{{ $hiredFroms->links('pagination::tailwind') }}
@endsection