@extends('layouts.admin.master') @section('css') {!! Html::style('admin/froala_editor/css/froala_editor.css') !!} {!! Html::style('admin/froala_editor/css/froala_style.css') !!} @stop @section('content')
@if(Session::has('msg'))
{{Session::get('msg')}}
@elseif(Session::has('error'))
{{Session::get('error')}}
@endif
@if($page=="list") @include('admin.sliders.list') @elseif($page=="create") @include('admin.sliders.create') @elseif($page=="update") @include('admin.sliders.update') @endif
@stop @section('js') @include('admin.custom-editor') @stop