@extends('admin/template') @push('style') @endpush @section('content')
Jenis Pohon
Tambah Data
@foreach ($jenis_pohons as $jenis_pohon)
Tree {{ $jenis_pohon->status }}

{{ $jenis_pohon->nama }}

@method('delete') @csrf
@endforeach
{{ $jenis_pohons->links() }}
@push('script') @endpush @endsection