@extends('admintemplate') @section('headscripts') @endsection @section('content')

{{ __($pagetitle) }}


{{ __($batchReport->title) }}

{!! $batchReport->log !!}

@endsection @section('footerscripts') @endsection