@extends('layout.app') @section('content')

{{$title}}


@if(count($genitives)) @foreach($genitives as $k =>$item) @endforeach @endif
STT Tên Mô tả Cập nhật Thêm
{{$k+1}} {{$item->updated_at}}
@endsection @section('_script') @endsection