@include('new_layouts.header') {{-- @extends('layouts.admin') --}}
@include('construction_project.side-menu')

{{ __('Query') }}

@can('create active lookahead') @if (Auth::user()->type != 'consultant' && Auth::user()->type != 'sub_contractor') @endif @endcan
@if(Auth::user()->can('view active lookahead') || Auth::user()->type == 'sub_contractor')
{{ __('Item') }} {{ __('Query') }} {{ __('Remarks') }} {{ __('Status') }} {{ __('Closed Date') }} {{ __('Action') }}
@endif
@include('new_layouts.footer')