@extends('layouts.app') @section('title', 'Banners | Website') @section('extrastyles') @endsection @section('content')
Manage {{ $banner->name }}
@include('flash::message') @if( $banner->type == 'sidebar' and $banner->item()->where('type', 'video')->count() < 1 )
@endif
@include('Website::layout._gallery_popup') @endsection @section('footer') @endsection