@include('site.client.controllers.upper-header') @include('site.client.controllers.header')
@foreach($rows as $row)
@lang('data.alert_no') : {{$row->id}}
@lang('data.alert_status') : {{$row->status == 'new' ? Lang::get('data.new') : Lang::get('data.closed')}}
@lang('data.order_no'): {{$row->order->code}}
@endforeach

+@lang('data.addAlert')

@csrf
@lang('data.order_no')
@if ($errors->has('order_id')) {{ $errors->first('order_id') }} @endif
@lang('data.alertType')
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@lang('data.notes')
@if ($errors->has('notes')) {{ $errors->first('notes') }} @endif
@include('site.client.controllers.footer')