@extends('dashboard.index') @section('contentDashboard') @include('dashboard.page_header') @if (count($errors) > 0)
@endif
{!! Form::model($module, ['method' => 'PATCH','route' => ['modules.update', $module->id],'enctype'=>'multipart/form-data']) !!}

status == 1)? 'checked':'' }} />

@php $categoryDATA->parent_id = $module->category_id; @endphp
* Choose specific post or number of posts displayed in module.
no_of_posts)? '':'disabled' }} />


@if($module->module_image != null)
@endif
@if($module->back_image != null)
@endif
{!! Form::close() !!}
@endsection