@extends('layouts.master') @section('title') {{ trans_choice('general.report',1) }} {{ trans_choice('general.scheduler',1) }} @endsection @section('content')

{{ trans_choice('general.report',1) }} {{ trans_choice('general.scheduler',1) }}

@foreach($data as $key) @endforeach
{{ trans_choice('general.name',1) }} {{ trans_choice('general.subject',1) }} {{ trans('general.start') }} {{ trans('general.date') }} {{ trans_choice('general.attachment',1) }} {{ trans_choice('general.active',1) }} {{ trans_choice('general.action',1) }}
{{ $key->name }} {{ $key->email_subject }} {{ $key->report_start_date }} {{ $key->report_start_time }} {{ $key->email_attachment_file_format }} @if($key->active==1) {{ trans_choice('general.yes',1) }} @else {{ trans_choice('general.no',1) }} @endif
@endsection @section('footer-scripts') @endsection