@extends('admin.tw.layout') @section('title','Portfolios') @section('content')
| Image | Title | Category | Created | Actions |
|---|---|---|---|---|
|
@php $img = $pf->image_one ? url('/uploads/portfolios/'.$pf->image_one) : null; @endphp
@if($img)
|
{{ $pf->name }} | {{ $pf->category_title }} | {{ $pf->created_at }} | |
| No portfolios found. | ||||