@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 $itemKey=>$item) @foreach($item as $key=>$value) @endforeach @endforeach @else @endif
S.L Module Name Module Show Show Create Edit Delete PDF Trash Show Restore Permanently Delete
{{ $itemKey+1 }} @if ($key==0) {{ $value }} @elseif ($value=='on') @else @endif
No Item Available
@stop @push('include-css') @endpush @push('include-js') @endpush