@extends('layout') @section('title', 'SA Group') @section('css') @endsection @section('content')
@if(!$sagroups->isEmpty()) @foreach($sagroups as $group) @endforeach @else @endif
No Group Name The Name of PT Director's Name Logo Actions
{{$loop->iteration}}
{{$group->nama}}
{{$group->nama_pt}}
{{$group->nama_direktur}}
No Data
{{--
@csrf
Tambah SA Group
--}}
@endsection @section('js') @endsection