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