@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("all-vacations")}}
# | {{__("description")}} | {{__("start_date")}} | {{__("end_date")}} | @if(isPermissionsAllowed("edit-vacation","delete-vacation")){{__("control")}} | @endif
---|---|---|---|---|
{{++$index}} | {{$vacation->description}} | {{$vacation->date_from}} | {{$vacation->date_to}} | @if(isPermissionsAllowed("edit-vacation","delete-vacation"))@if($vacation->is_used == 0) @if(isPermissionsAllowed("edit-vacation")) id)}}" class="control-link edit"> @endif @if(isPermissionsAllowed("delete-vacation")) @endif @endif | @endif