@extends('layouts.base') @section('css') @endsection @section('content')

{{ $detail->title }}

@foreach($data['all'] as $item)
{{ $item['title'] }}
  • {{ \Carbon\Carbon::parse($item['created_at'])->format('d-m-Y') }}
  • {{ sprintf('%d %s',$item['view'],__('general.view.title')) }}

{{ $item['title'] }}

{{ __('general.readmore') }}
@endforeach
@endsection @section('js') @endsection @section('script') @endsection