@extends('apex-layouts.main') @section('content') @if(session()->get('success'))
{{ session()->get('success') }}

@endif

{{ $model->title }}

@foreach($model->getAttributes() as $index => $value) @endForeach
{{ $index }} {{ $value }}
@endsection @section('scripts') @stop @section('styles') @stop