@extends('layouts.admin.app') @section('content') @if( Session::get('permissions.user_type') == 'A' ) CMS Back @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) {{ Session::get('alert-' . $msg) }} @endif @endforeach @csrf Cms Add Title Content Slug Meta Title Meta Description @endif @endsection