@extends('header.header') @section('content')
{{__('terms-and-conditions')}}

@foreach($terms as $term) @if($term) @endif @endforeach
# {{__('title-en')}} {{__('title-ar')}} {{__('Control')}}
{{$term ? $term->id : null}} {{$term? $term->title_en : null}} {{$term? $term->title_ar : null}}
id)}}"> @csrf @method("delete")
@endsection @section('js-scripts') @endsection