@extends('layouts.app') @section('title') {{ $moduleName }} -> {{ $breadcrumbCurrentName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content')

Search Criteria


@csrf @include('admin.maintenance.complain.partials.search')
Clear
@if(count($complains) > 0) @foreach ($complains as $item) @include('includes.misc.deleted_by', ['item' => $item]) @endforeach
{{ __('lang.property_unit') }} {{ __('lang.project') }} {{ __('lang.owner') }} {{ __('lang.subject') }} {{ __('lang.message') }} {{__('lang.options')}}
{{ $item->product->product_unique_id }} {{ $item->product->branch->name }} {{ $item->product->owner->name }} {{ $item->subject ?? '-' }} {{ $item->message ?? '-' }}
{{ __('lang.property_unit') }} {{ __('lang.project') }} {{ __('lang.owner') }} {{ __('lang.subject') }} {{ __('lang.message') }} {{__('lang.options')}}
@else
{{__('lang.there_has_no_data')}}
@endif
{{ $complains->appends(request()->toArray())->links() }}
@stop @push('include-css') @endpush @push('include-js') {{-- --}} @endpush