@extends('backend.template') @section('content')

{{ label('Careerdetails List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('Sn.') }} {{ label('positions') }} {{ label('date') }} {{ label('enrolled') }} {{ label('language') }} {{ label('certificate') }} {{ label('Action') }}
{{ $i++ }} {!! getFieldData('tbl_positions', 'title', 'position_id', $item->positions_id) !!} {{ $item->date }} {{ $item->enrolled }} {{ $item->language }} @if ($item->certificate == 0) Yes @else No @endif
@endsection @push('css') @endpush @push('js') @endpush