@extends('layouts.adminLayout.dashboardLayout') @section('styles') @endsection @section('content') @if (isset($countData) && !empty($countData)) {{ Breadcrumbs::render('EditCountPayment', $countData) }} @else {{ Breadcrumbs::render('AddCountPayment') }} @endif Back @csrf Attache Excel File --select-- @foreach($examsList as $key => $val) {{$val}} @endforeach @error('Exam_Type') {{ $message }} @enderror Upload File @error('uploadFilesCandidateWiseCount') {{ $message }} @enderror Download Sample Download Sample Submit @endsection @section('script') @endsection