@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')

{{ $createItemName }} Edit {{ $moduleName }} Information

{{ csrf_field() }}
@if ($item->content) @foreach($item->content as $key=>$contents) @foreach($contents as $key_content=>$content) @endforeach @endforeach @endif
S.L Module Name All Show Create Edit Delete PDF Trash Show Restore Permanently Delete
{{ $sl }} @if ($key_content==0) {{ $content }} @elseif ($content==1)
@else
@endif
@stop @push('include-css') @endpush @push('include-js') @endpush