@extends('theme.sarthi.master') @section('title') Exam Sarthi Test Series @endsection @section('content')

{{$categories->title}} Previous Year Question Paper

@foreach($previousyeapaper as $pyq) {{$pyq->chapter_name}} @endforeach
@endsection