@extends( (auth()->user()->user_type!=='staff') ? 'admin.layouts.app' : 'employee.layouts.app') @section('title',get_setting('site_name').' Notice') @section('content')
{{$notify->type}}{{$notify->content}}