@extends('dashboard.layouts.master') @section('title') @endsection @section('css') @include('dashboard.layouts.css') @endsection @section('body')

@foreach($termConditions as $termCondition) @endforeach
# العنوان (عربي) التفاصيل القصيرة (عربي) العمليات
{{ $loop->iteration }} {{ $termCondition->terms_long }} {{ $termCondition->terms_short }}
@csrf @method('DELETE')
@endsection @section('js') @include('dashboard.layouts.js') @endsection