@extends('hr_main')
@section('title', '| '.$pageTitle)
@section('content')
| SL# |
Company Name |
Action |
@foreach($reference as $rfrnc)
| {{ $loop->iteration }} |
{{ $rfrnc->name }} |
@if ($rfrnc->id !=1)
@endif
|
@endforeach
@endsection
@section('footerAssets')
@endsection