@extends('layouts.app')
@section('head')
@endsection
@section('content')
@include('Template::frontend.blocks.box-hero',[
'title' => setting_item_with_lang('news_page_list_title'),
'sub_title' => setting_item_with_lang('news_page_list_sub_title')
])
@endsection