@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') Interview Questions @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Interview Questions @endslot @endcomponent @component('components.search-filder') @slot('li_1') Add Question @endslot @slot('li_2') Add Category @endslot @endcomponent
# Questions Option A Option B Option C Option D Correct Answer Actions
@component('components.model-popup') @endcomponent @endsection