@extends('layouts.admin') @section('title') Reports @endsection @section('page_title') Reports @endsection @section('content') @push('page_style') @include('include.dataTableStyles') @endpush

Start New Conversation

< Go Back
@csrf
@if ($errors->has('user_id')) {{ $errors->first('user_id') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@push('page_script') @endpush @endsection