@extends('layouts.app')
@push('styles') @endpush @section('content')
@lang('app.new')
@include('messages.user_list')
@lang('modules.messages.startConversation')
@lang('modules.projects.uploadFile')
{{-- These inputs fields are used for file attchment --}}
@lang('modules.messages.send')
@endsection @push('scripts') @endpush