@extends('back.layouts.app', ['title' => $title]) @section('beforeHeadClose') @include('back.common_views.switch_css') @endsection @section('content')
@include('back.common_views.quicklinks')

All Widgets

{{-- --}} Add New Widgets
@if ($result) @foreach ($result as $row) @endforeach @else @endif
Image Heading Added Date Action
@if ($row->featured_image) @endif {{ substr($row->heading, 0, 36) }} {{ format_date($row->dated, 'date') }} Edit option Delete
No Record found!
@endsection @section('beforeBodyClose') @endsection