{{ __('Positions') }}

@foreach($positions as $position) @endforeach
{{ __('Title') }} {{ __('Category') }} {{ __('Content') }} {{ __('Active') }} {{ __('Action') }}
{{ $position->name }} {{ $position->category->name }} {!! $position->description !!} @if($position->visibility) @else @endif
@method('DELETE') @csrf
{{ $positions->links() }}