@extends('app') @section('head') @include('partial.head') @endsection @section('content') @include('partial.topbar')
{{ __('Detail') }}

{{ (@$data[0]->nama) }}

{{ '' }}
@include('partial.footer') @endsection @section('footer') @include('partial.script') @endsection