@extends('layouts.default') @section('content')

Add Terms And Conditions

@csrf
@if (session()->has('success'))
{{ session()->get('success') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif
@stop