@include('admin.layout.message')
| Sl.No. |
Title |
experience |
Total Position |
Location |
Skills |
Eligibility |
Status |
Action |
@if(!empty($allCarrer))
@foreach($allCarrer as $career)
| {{$i}} |
{{$career['title']}}
|
{{$career['experience']}}
|
{{$career['position_open']}}
|
{{$career['location']}}
|
{{$career['skills']}}
|
{{$career['eligibility']}}
|
@if($career->status == 'Active')
@else
@endif
|
|
@endforeach
@endif
| Sl.No. |
Title |
experience |
Total Position |
Location |
Skills |
Eligibility |
Status |
Action |
@endsection
@push('scripts')