@extends('layouts.adminLayout.dashboardLayout') @section('styles') @endsection @section('content') {{ Breadcrumbs::render('dutyDataadd') }} @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{ $title ?? '' }} Back @csrf Exam Name --Select Exam-- @if (isset($examList) && count($examList) > 0) @foreach ($examList as $exam) {{ $exam->{'Exam Name'} }} @endforeach @endif @error('ExamType') {{ $message }} @enderror Attach Excel File @error('file') {{ $message }} @enderror Download Sample Download Roles Submit @endsection @section('script') @endsection