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

{{$heading}}

@include('layouts.message')

{{$heading}}

@foreach($records as $key=>$record) @endforeach {{--@endforeach--}}
Image Heading Sub Heading Detail Status Action
{{$record->heading}} {{$record->sub_heading}} {{$record-> details}}
{{csrf_field()}}
status) checked @endif name="status" /> @if ($record->status == 1) @else @endif
{{----}} SEO
@endsection