@extends('admin.layout') @section('content') Add Content Dashboard Content Content List Add Video @csrf Video {{-- --Select-- --}} @if ($errors->has('video_tag')) {{ $errors->first('video_tag') }} @endif Submit Content List Add MCQ @csrf Mcq {{-- --Select-- --}} @if ($errors->has('video_tag')) {{ $errors->first('video_tag') }} @endif Submit Content List Add Test Pdf @csrf Test Pdf {{-- --Select-- --}} @if ($errors->has('video_tag')) {{ $errors->first('video_tag') }} @endif Submit Content List Add E-Book @csrf E-book {{-- --Select-- --}} @if ($errors->has('video_tag')) {{ $errors->first('video_tag') }} @endif Submit @endsection @push('footer-script') @endpush