@extends('admin.layout.master') @section('css') @endsection @section('content') {{ __('admin.show') }} {{ __('admin.reason') }} {{ $friendreport->reason }} {{ __('admin.who_reported') }} {{ __('admin.full_name') }} {{ __('admin.phone') }} {{ __('admin.email') }} {{ __('admin.who_got_reported') }} {{ __('admin.full_name') }} {{ __('admin.phone') }} {{ __('admin.email') }} {{ __('admin.back') }} @endsection @section('js') @endsection