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