@extends('emails/layouts/default') @section('content')

Hello Admin,

Report send by: @if ($user) {{ $user->name }} @else {{ $username }} @endif

e-mail: @if ($user) {{ $user->email }} @else {{ $sendermail }} @endif

@if ($user)

ID of the reported user: {{ $user->id }}

@endif @if ($senderip)

IP reporter: {{ $senderip }}

@endif

Ad with ID: @if ($addsid) {{ $addsid }} @endif

@if ($description)

Text: {{ $description }}

@endif

link to the ad: {{ $addUrl }}

Regards,

WebMoto.us Team

@endsection