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

{{ label('Options List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('Sn.') }} {{ label('students') }} {{ label('programs') }} {{ label('advice') }} {{ label('Description') }} {{ label('Action') }}
{{ $i++ }} @if ($item->students_id) {!! getFieldData('tbl_students', 'name', 'student_id', $item->students_id) !!} @endif {!! getFieldData('tbl_programs', 'title', 'program_id', $item->programs_id) !!} {{ $item->advice }} {{ $item->description }}
@endsection @push('css') @endpush @push('js') @endpush