@extends('layouts.adminapp') @section('title') {{ __('lng.CharityRent') }} @endsection @section('active_rent_asset', 'active') @section('open_rent_asset', 'open') @section('active_charity_rent', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Member') }} | {{ __('lng.Contact') }} | {{ __('lng.Equipment') }} | {{ __('lng.Date') }} | {{ __('lng.IsActive') }} | {{ __('lng.Action') }} | |||
---|---|---|---|---|---|---|---|---|---|
{{ ++$si }} | @php $date = date("F-d-Y",strtotime($CharityRent->date));@endphp @if ($CharityRent->member_id){{ $CharityRent->Member->name }} | {{ $CharityRent->Member->contact }} | @else{{ $CharityRent->name }} | {{ $CharityRent->phone }} | @endif{{ $CharityRent->CharityEquipment->title }} | {{ $date }} |
|
--}} |
{{ __('lng.Showing') }} {{ $CharityRents->count() }} {{ __('lng.Items') }}