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

Add Options

@csrf
{{ createCustomSelect('tbl_students', 'name', 'student_id', '', 'Student Name', 'students_id', 'form-control select2', 'status<>-1') }}
{{ createCustomSelect('tbl_programs', 'title', 'program_id', '', 'Program', 'programs_id', 'form-control select2', 'status<>-1') }}
{{ createText('advices', 'advice', 'Advice') }}
{{ createText('descriptions', 'description', 'Description') }}
Added Options
S.N. Programs Advice Description Action
w @endsection