@extends('backend.admin.layouts.master') @section('content')

{{$heading}}

@include('layouts.message')
{{----}} {{----}} @foreach($records as $key=>$record) {{----}} {{----}} @endforeach
SNImageHeadingSub HeadingStatus Visibility Action
{{++$key}}--}} {{--@if(!$record->type)--}} {{--
--}} {{--More Images--}} {{--@endif--}} {{--
@if($record->id=='1') {{$record->heading}} --Front Page @else {{$record->heading}} @endif {{$record->sub_heading}} @if($record->type)
{{csrf_field()}}
status) checked @endif />
@else
{{csrf_field()}}
status) checked @endif name="status" /> @if($record->status == 1) @else @endif
@endif
{{csrf_field()}}
visible) checked @endif name="visible" /> @if($record->visible == 1) @else @endif
Edit {{-- Manage Row--}} @if($record->type==2) {{-- Manage Topics--}} Manage Module @endif {{-- Manage Sections--}} {{-- Edit--}} {{--@if(count($record->sections)==0 && count($record->menus)==0 && !($record->id==1))--}} @if(!($record->type ==1)) @if(count($record->sections)==0 && count($record->menus)==0) @else @endif @endif
@endsection