@extends('layouts.adminapp') @section('title') {{ __('lng.CharityRent') }} - {{ __('lng.Edit') }} @endsection @section('open_rent_asset', 'open') @section('active_rent_asset', 'active') @section('active_charity_rent', 'active') @section('content')

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

@csrf @method('patch')
{{ __('lng.EditCharityRent') }}
@if ($CharityRent->member_id)
@else
@endif
@endsection