@extends('back_office.layouts.teamleader_app.app') @section('content') @if($team->user_id==auth()->id()) Team @if(!empty($teams) && count($teams)>0) All @foreach ($teams as $team) id==$team->id?'selected':''}}>{{ $team->name }} @endforeach @else No Teams Found @endif @endif Service Type @if(!empty($services) && count($services)>0) All @foreach ($services as $service) {{ $service->name }} @endforeach @else No Service Found @endif Status All New {{-- Sheduled--}} {{-- Started--}} Ended {{-- Canceled--}} {{-- Deleted--}} Start Date End Date {{-- Team All @foreach($teams as $team) {{$team->name}} @endforeach --}} Search