@extends('layouts.app') {{--Important Variables--}} @section('title') {{ $moduleName }}->{{ $createItemName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.recovery-left-sidebar') @stop @section('content')

{{ $items->name }} {{__('lang.Details')}} {{ $items->name }} {{__('lang.information')}}

{{ csrf_field() }}
@if ($items->content) @foreach( $items->content as $item) @for($index=0; $index<8; $index++) @endfor @endforeach @else @endif
{{__('lang.s_l')}} {{__('lang.module_name')}} {{__('lang.show')}} {{__('lang.create')}} {{__('lang.edit')}} {{__('lang.delete')}} {{__('lang.trash_show')}} {{__('lang.restore')}} {{__('lang.permanently_delete')}}
{{ $i }} @if ($index==0) {{ $item[0] }} @elseif (array_key_exists($index, $item)) @else @endif
{{__('lang.no_item_available')}}
@stop @push('include-css') @endpush @push('include-js') @endpush