@extends ('../welcome') @section('content')

Terms and Conditions Details

Edit Back
Type: @if($term->identifier == 'terms') Terms & Conditions @elseif($term->identifier == 'privacy') Privacy Policy @else {{ $term->identifier }} @endif
Status: @if ($term->is_active) Active @else Inactive @endif
Created At: {{ $term->created_at->format('Y-m-d H:i:s') }}
Updated At: {{ $term->updated_at->format('Y-m-d H:i:s') }}

English Content

{{ $term->title }}
{!! $term->body !!}
@if ($term->title_ar || $term->body_ar)

Arabic Content

{{ $term->title_ar }}
{!! $term->body_ar !!}
@endif
@endsection