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

{{$heading}}

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