@extends('layouts.admin') @section('title','Term Of Use') @section('page_title','') @section('page_level_css') @endsection @section('content')

TERMS OF USE MANAGER

EXPLANATION: Use this component to manage and update continually changing "Terms of Use" of LabPair.

@php $url = getAURL('term-condition'); if(isset($data->id)) {$url = getAURL('term-condition/' . $data->id);} @endphp
Terms of Use Editor
@csrf @if(isset($data->id)) {{ method_field('PUT') }} @endif
Note : All fields are mandatory
Edit Editor Version Last Update
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush