@extends('companyAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Employee Message @endsection @section('styles') @endsection @section('content')

Return to Employees

@if ($errors->any())
@endif

Message

{{ $employeeDetails->name }}

 

@csrf

Upload Message Image

Clear Message
@endsection @section('scripts') @endsection