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

{{$heading}}

@include('layouts.message')
{{$heading}}
@foreach($records as $key=>$record) @endforeach
SN Image Name Status Action
{{++$key}} {{$record->heading}} @if($record->type)
status) checked @endif />
@else
{{csrf_field()}}
status) checked @endif name="status" />
@endif
Delete Edit
@endsection