@extends('layout.main') @section('title', 'Profil Anda') @section('prev-page') Home @endsection @section('content')
Profil Anda
{{ $detail->email }}
{{ $detail->name }}
{{ $detail->mobile }}
@empty($detail->image) {{ '-' }} @else @endempty
{{ $detail->level->name }}
{{ $detail->status->name }}
@endsection @section('other-scripts') @endsection