@extends('locationAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Employee Messages @endsection @section('styles') @endsection @section('content') @if ($errors->any())
@endif
Employee
User Message Date id
@endsection @section('scripts') @endsection