@foreach($types as $key=> $row) @if($row->id != 7)
@endif {{ $row->name }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->deleted_at) {{ __('dashboard.restore') }} {{ __('dashboard.delete') }} @else {{ __('dashboard.edit') }} @if($row->id != 7) {{ __('dashboard.trash') }} @endif @endif @endforeach @if( count( $types ) && $types->hasPages() ) {{ $types->links() }} @endif