@extends('layouts.master') @section('title') {{ __('terms_condition') }} @endsection @section('content')
{{ __('Terms Condition') }}
{{ __("Public URL") }} :  {{ route('public.terms-conditions') }}
@csrf
{{ __('Student Terms Condition') }}
@csrf
{{ __('Teacher Terms Condition') }}
@csrf
{{ __('Refund & Cancellation') }}
{{ __("Public URL") }} :  {{ route('public.refund-cancellation') }}
@csrf
@endsection @section('js') @endsection