@extends('layouts.mainlayout') @section('content')
@if( !is_null($msg_error) )
{{ $msg_error }}
@endif @if( Session::has('msg_error2') )
{{ Session::get('msg_error2') }}
@endif @if( Session::has('msg_success') )
{{ Session::get('msg_success') }}
@endif