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

{{ $items->name }} Details {{ $items->name }} Information

{{ csrf_field() }}
@if ($items->content) @foreach( $items->content as $item) @for($index=0; $index<8; $index++) @endfor @endforeach @else @endif
S.L Module Name Show Create Edit Delete Trash Show Restore Permanently Delete
{{ $i }} @if ($index==0) {{ $item[0] }} @elseif (array_key_exists($index, $item)) @else @endif
No Item Available
@stop @push('include-css') @endpush @push('include-js') @endpush