@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