@extends('layouts.master') @section('content')
{{$title}}
@if(\Auth::user()->utype==1) Notice Board

@endif
@stop @section('style') @stop @section('script') @if(Session::has('msg'))
×   {{Session::get('msg')}}
@endif @stop