@extends('app') @section('css') @stop @section('content')
@if(Session::has('msg'))
{{Session::get('msg')}}
@elseif(Session::has('error'))
{{Session::get('error')}}
@endif
Close
@stop @section('script') @include('admin.custom-editor') @stop