@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
@error('Exam_Type')
{{ $message }}
@enderror
@error('uploadFilesCandidateWiseCount')
{{ $message }}
@enderror
Download Sample

@endsection @section('script') @endsection