@extends('admin.layouts.app') @php $positions = @$positions; @endphp @section('content')

HC & Position Manager

Positions

List of Positions

@if(check_route_access('hc.pos.add.form')) @endif
@include('admin.includes.status')
@if(!empty($positions)) @foreach($positions as $pos) @endforeach @endif
Position Name Host Company Start Date End Date Agency Created By Action
{{ $pos->pos_name }} {{ $pos->hc_name }} {{ dateformat($pos->start_date,"d M, Y") }} {{ dateformat($pos->end_date,"d M, Y") }} {{ $pos->agency_name }} {{ $pos->created_by }} @if(check_route_access('hc.pos.edit.form')) @endif @if(check_route_access('hc.pos.delete')) @endif
@endsection @section('scripts') @endsection