@php $task = DB::table('ref_task')->where('company_id', Auth::user()->company_id)->get(); @endphp
{{-- --}}