@extends('layouts.app') @section('content') @if(!$works->isEmpty())

{{__("Works")}}

@foreach($works as $rbr => $work) @endforeach
{{__("No.")}} {{__("Works")}}
{{($rbr+1).'.'}} {{$work->work}}
@endif @endsection