@extends('layouts.adminapp') @section('title') {{ __('lng.CharityRentReport') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_rent_report', 'open') @section('active_charity_rent_report', 'active') @section('content')

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

@include('PrintHeader.header')

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

@php $si=0; @endphp @foreach ($CharityRents as $CharityRent) @php $date = date("F-d-Y",strtotime($CharityRent->date));@endphp @if ($CharityRent->member_id) @else @endif @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Member') }} {{ __('lng.Contact') }} {{ __('lng.Equipment') }} {{ __('lng.Date') }} {{ __('lng.IsActive') }}
{{ ++$si }}{{ $CharityRent->Member->name }} {{ $CharityRent->Member->contact }}{{ $CharityRent->name }} {{ $CharityRent->phone }}{{ $CharityRent->CharityEquipment->title }} {{ $date }}
{{ __('lng.Back') }}
@endsection