@if (session()->has('msg'))
{{ session()->get('msg') }}
@endif
@if ($errors->any())
{{ $errors->first() }}
@endif