@extends('admin.template.master') @section('stylesheets') @endsection @section('title')

Media Gallery

@endsection @section('main-content')
@if(Session::has('message'))

Alert!

{{Session('message')}}
@endif
@if(count($mediaGalleries) < 1)
No media gallery found
@else