@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 }}
@endifAd with ID: @if ($addsid) {{ $addsid }} @endif
@if ($description)Text: {{ $description }}
@endiflink to the ad: {{ $addUrl }}
Regards,
WebMoto.us Team
@endsection