@php $title = 'All Complaint'; @endphp @extends('layouts.auth') @section('content')
@foreach ($complaints as $index => $complaint) @endforeach
# আবেদনকারী প্রতিপক্ষগণ সাক্ষীগণ অভিযোগ তারিখ অপশন
{!! $index + 1 !!} {!! $complaint->sign !!} {!! Str::limit($complaint->bibadi, 50, '...') !!} {!! Str::limit($complaint->sakkhi, 50, '...') !!} {!! Str::limit($complaint->ovijog, 50, '...') !!} {!! Str::limit($complaint->created_at_bangla, 50, '...') !!}
@endsection