@foreach($todos as $todo) @endforeach
{{ __('general.id') }} {{ __('general.subject') }} {{ __('general.description') }} {{ __('general.status') }} {{ __('general.created_at') }} {{ __('general.priority') }} {{ __('general.actions') }}
{{$todo->id}} {{$todo->subject}} {{$todo->description}}
{{ ucfirst($todo->status) }}
{{$todo->created_at}}
{{ ucfirst($todo->priority) }}
{{ __('general.actions') }}