@extends('layouts.factor-master') @section('content')

@lang('layout.NoteReport')

@if($info && $info !=[]) @endif @if($from_date) @endif @if($to_date) @endif
@lang('layout.Date'): {{convertDate($info->date)}} @lang('layout.Description'): {{$info->description}} @lang('layout.Name'): {{$info->name}} @lang('layout.Number'): {{$info->number}}
@lang('layout.FromDate'): {{convertDate($from_date)}} @lang('layout.ToDate'): {{convertDate($to_date)}}

@foreach($data AS $record) @endforeach
@lang('layout.Record')
@lang('layout.Number')
@lang('layout.Name')
@lang('layout.Date')
@lang('layout.Description')
{{++$count}} {{$record->number}} {{$record->name}} {{convertDate($record->date)}} {{$record->description}}
@foreach(getCompanyInfo('sign','reports') AS $info) @endforeach
{{$info['name']}}
@endsection