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