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

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

{{-- --}} @foreach ($gt as $key => $row) {{-- --}} @endforeach
No Portfolio Group TagsDi Buat Oleh Di Update OlehAction
{{ $key + 1 }} {{ $row->Portofolio->name ?? '' }} {{ $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