@extends('apex-layouts.main') @section('content')

Title : {{ $model->log_name}}

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