@extends('layouts.fa.master') @section('content')
@forelse ($history as $history)
@auth
@csrf @method('delete')
|
@endauth

{{$history->title}}
@include('charity.dlink')

{!!$history->description!!}

@empty @include('org.not_uploaded') @endforelse
@endsection