@extends('layouts.adminapp') @section('title') {{ __('lng.CharityEquipmentType') }} @endsection @section('active_rent_asset', 'active') @section('open_rent_asset', 'open') @section('active_charity_equipment_type', 'active') @section('content')

{{ __('lng.CharityEquipmentType') }}

{{ __('lng.CharityEquipmentTypeTable') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach ($CharityEquipmentTypes as $CharityEquipmentType) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Title') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $CharityEquipmentType->name }} {{ $CharityEquipmentType->description }}
{{--
--}}
@csrf @method('delete')

{{ __('lng.Showing') }} {{ $CharityEquipmentTypes->count() }} {{ __('lng.Items') }}

@endif
@endsection