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

Branches @if (env('APP_TEST') == true) @else @endif

@foreach ($p as $key=>$row ) @endforeach
No Name Action
{{ $key+1 }} {{ $row->name ??'' }} {{-- modal edit --}} {{-- end of modal edit --}} @if(env('APP_TEST') == true) @else @endif {{-- modal edit --}}
@endcan @endsection @section('js') @endsection