@extends('backend/layouts/layout') @section('container') @section('content_select', 'active')

Contents

@if(session()->has('msg')) @endif
@foreach($home_contents as $list) @endforeach
Sl no Page Title Heading Image Action
{{$list->id}} {{$list->page}} {{$list->title}} {{$list->heading}}   {{-- --}}
@endsection