@extends('theme.sarthi.master') @section('title') TGT PGT EXAM @endsection @section('meta') @endsection @section('content') @include('admin.message')
@php $data = App\Terms::first(); @endphp @if(isset($data))
{!! $data->policy !!}
@endif
@endsection