@extends('layouts.main.master') @section('title') {{ $cateService->name }} @endsection @section('description') {{ $cateService->description }} @endsection @section('image') {{ url('' . $banner[0]->image) }} @endsection @section('css') @endsection @section('js') @endsection @section('content')
img

{{ $cateService->name }}

@if (count($list) > 0) @foreach ($list as $item) @php $img = json_decode($item->images); @endphp
img
{{ date_format($item->created_at, 'd/m/Y') }}

{{ $item->name }}

{{ languageName($item->description) }}

@endforeach @else

Nội dung đang cập nhật...

@endif
{{ $list->links() }}
@endsection