@extends('adminlte::page') @section('title', 'Add New Category') @section('content') Terms And Condition Home Terms And Condition Terms And Condition @csrf Terms And Condition Content {!! $termsAndCondition->value !!} @error('value') {{ $message }} @enderror @endsection @section('js') @endsection