@extends('layout.default') @section('title','Manage Heading Blog') @section('content')

List Heading Blog

@include('layout.alerts.index') @foreach ($bannerBlog as $key => $value) @endforeach
@endsection @section('script') @endsection