@extends('layouts.admin.app') @section('page-title') {{ __('Terms and Conditions') }} @endSection @section('page-nav-title')

{{ __('Terms and Conditions') }}

{{ __('Control and view All Terms and Conditions') }}

@endsection @section('content') @include('includes.dialog')
@if ($terms->isEmpty()) @endif
@foreach ($terms as $term) @endforeach
#{{ __('ID') }} {{ __('Terms and Conditions') }} {{ __('Control') }}
{{ $term->id }} {{ Str::limit($term->getTextAttribute(), 220) }} {{-- --}} {{-- --}}
@endsection @section('scripts') {{-- @if (session()->has('technician_register_info')) --}} {{-- --}} {{-- @endif --}} @endsection