@extends('layouts.mainlayout') @section('content')
@if( Session::has('msg_success') )
{{ Session::get('msg_success') }}
@endif