@extends('layouts.adminLayout.dashboardLayout') @section('styles') @endsection @section('content') {{ Breadcrumbs::render('ImportAdvancePayment') }} {{ $title ?? '' }} Back @csrf Exam Type Select Here @foreach ($examsList as $exams) {{ $exams->{'Exam Type'} }} @endforeach @error('exam_type') {{ $message }} @enderror Attach Excel File @error('file') {{ $message }} @enderror Download Sample Here Submit @endsection @section('script') @endsection