Admin Dashboard


All Blogs Entries
@foreach($blogs_data as $record) @endforeach
# Title UserName Actions
{{ $loop->iteration }} {{ $record->title }} {{ $record->user->name }} Edit View
@csrf @method('DELETE')