@extends('layouts.app') @section('title', __('additional_reports.customer_edit_limits_details')) @section('content')

@lang('additional_reports.customer_edit_limits_details')

@component('components.filters', ['title' => __('report.filters')])
@endcomponent
{{ csrf_field() }}
@foreach($results as $result) @foreach(explode('/', $result->employee_officer_code) as $info) @endforeach @endforeach
@lang('additional_reports.name') @lang('additional_reports.code') @lang('additional_reports.department_code') @lang('additional_reports.restaurants_factor_ratio') @lang('additional_reports.total_covered') @lang('additional_reports.employee_credit_limit') @lang('additional_reports.new_employee_credit_limit')
{{$result->employee_name}} {{$info}} @if($new_restaurants_factor_ratio != null) @else @endif @if($new_employee_total_cover_amount != null) @else @endif {{$result->employee_credit_limit}} @if($new_employee_credit_limit != null) @else @endif
@endsection @section('javascript') @endsection