@extends('website.template2') @section('metaSeo') {{ $data->name }} @endsection @section('content')

{{$data->name}}

{{date('d-m-Y', strtotime($data->publish_date))}}

@foreach($others as $other)

{{date('d-m-Y', strtotime($other->publish_date))}}

{{$other->name}}

@endforeach
@endsection