@extends('admin.layout.app') {{-- makes everything from admin.app appear here --}} @section('heading', 'All Portfolio Items') @section('rightside_button') Add New @endsection @section('main_content')
SL | Status | Title | Portfolio Category | Page Type | Photo | Banner | Page Photo | Gallery | Actions |
---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{-- helps numbering 1,2,3 dynamically --}}{{ $item->title }} | {{ $item->status === 'show' ? 'active' : 'inactive' }} | {{ $item->rPortfolioCategory->category_name }} | {{ $item->portfolio_type }} |
@if ($item->photo)
|
@if ($item->portfolio_banner)
|
@if ($item->portfolio_image)
|
Slider Photos | Edit Delete |