@extends('frontend.master') @section('title') {{ ___('frontend.search_result') }} @endsection @section('main')

{{ ___('frontend.check_results') }}

{{ ___('frontend.here_check_your_recent_result') }}

@csrf
@if ($data['result'])
{{ $data['result'] }}
@endif
@if ($errors->has('session')) {{ $errors->first('session') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@if ($errors->has('exam')) {{ $errors->first('exam') }} @endif
@if ($errors->has('admission_no')) {{ $errors->first('admission_no') }} @endif
@endsection