@if($homepost->lang_id == '1') @include('layouts.fa.header') @elseif ($homepost->lang_id == '2') @include('layouts.en.header') @elseif ($homepost->lang_id == '3') @include('layouts.tr.header') @endif
@auth
@csrf @method('delete')
@endauth

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

{!!$homepost->description!!}
@if($homepost->lang_id == '1') @include('layouts.fa.footer') @elseif ($homepost->lang_id == '2') @include('layouts.en.footer') @elseif ($homepost->lang_id == '3') @include('layouts.tr.footer') @endif