@extends('admin.partial.admin_master') @section('title') Portofolio | Master Data PMO @endsection @section('css') @endsection @section('main') @can('Master Data')

Manage Portfolio @if (env('APP_TEST') == true) @else @endif

{{-- --}} @foreach ($p as $key=>$row ) {{-- --}} @endforeach
No NameDi Buat Oleh Di Update OlehAction
{{ $key+1 }} {{ $row->name ??'' }}{{ $row->createdby->name??'' }} {{ $row->updatedby->name??'' }} {{-- modal edit --}} {{-- end of modal edit --}} @if(env('APP_TEST') == true) @else @endif {{-- modal edit --}}
@endcan @endsection @section('js') @endsection