@extends('layouts.admin') @section('title') Reports @endsection @section('page_title') Reports @endsection @section('content') @push('page_style') @include('include.dataTableStyles') @endpush User Support Help & Support >> View Start New Conversation < Go Back @csrf Select User Select @foreach ($users as $user) id) ? 'selected' :''}}> {{$user->getSellerName()}} @endforeach @if ($errors->has('user_id')) {{ $errors->first('user_id') }} @endif Subject @if ($errors->has('subject')) {{ $errors->first('subject') }} @endif Message {{old('message')}} @if ($errors->has('message')) {{ $errors->first('message') }} @endif Attach @if ($errors->has('file')) {{ $errors->first('file') }} @endif Start @push('page_script') @endpush @endsection
Help & Support >>