@extends('view.admin.layouts.app') @section('tagmenu') Kembali @endsection @section('content') Detail {{ ucwords($nametag) }} @yield('tagmenu') @yield('button') {{ $data->name }} Diterbitkan pada {{ \Carbon\Carbon::parse($data->created_at)->toFormattedDateString() }} @endsection @section('scripts') @endsection