@extends('layouts.master') @section('css') @endsection @section('content') @include('components.breadcum')
@csrf

Article Details:
@foreach(getAllLanguage() as $key=>$value)
@endforeach

Quiz Details:
@foreach(getAllLanguage() as $key=>$value)
Question Action
Options Right Answer Action
@endforeach
@endsection @section('script') @include('admin.articles.cropping') @endsection