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

{{$title}}


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