@extends('layout') @section('content')


@if (Session::has('msg'))

{{{ Session::get('msg') }}} {{{Session::put('msg',NULL)}}}

@endif
@stop