@extends('layouts/layoutMaster') @section('title', $title . ' Management - Crud App') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
| No. | Kode | Nama | Alamat | Luas | No Sertifikat | Aksi |
| {{$loop->iteration}} | {{ $row->kode }} | {{ $row->nama }} | {{ $row->alamat }} | {{ $row->luas }} | {{ $row->no_sertifikat }} |
|