@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("SettingTasks")}}

{{__("SettingTasks")}}

@endsection @section("css-links") getLocale() . "/pages/settings.css")}}"> @endsection @section("content") @include("includes.dialog")
@foreach($Tasks as $Task) {{-- @if($Task->type =='waiting' || $Task->type =='available'|| $Task->type =='inquiry')--}} {{-- @endif--}} @endforeach
{{__("ID")}} {{__("title")}} {{__("type")}} {{__("hours")}} {{__("Control")}}
{{$Task->id}} {{$Task->title}} {{ucwords(str_replace('-',' ',$Task->type))}} {{$Task->hours}} id)}}" class="control-link edit">
@endsection @section("scripts") @endsection