@extends('layouts.master') @section('content')
{{$title}}
My Notice Add Notice Notice Board

@foreach($notices as $info) @endforeach
# Title Description Action
{{ $i++ }} {{ str_limit($info->notice_title , 15, '...')}} {{ str_limit($info->description, 30, '...') }}
@stop @section('style') @stop @section('script') @if(Session::has('msg'))
×   {{Session::get('msg')}}
@endif @stop