@extends('layouts.app') @section('content') @if(Session::has('msg') || Session::has('err')) @endif
@foreach($list as $k => $l) @endforeach
Cover Image Title Flash Now Action
{{$l->title}} @if($l->is_flash == 1) Active @endif Edit
@endsection