@extends('layouts.app') @section('title', 'Messages') @section('content') @if(auth()->user()->user_type_id == 1)
Veros Messages
SN Vendor Name Lender Name Service Order ID Service Name Status Sender Message Sent Time Email Sent Action
@else @include('error'); @endif @endsection @section('page_css') @endsection @section('page_script') @endsection