@extends('admin.layout.master') @section('content') @include('flash-message')
{{__('obs.weekend_as_general')}}
{{__('obs.weekend_cancel')}}
{{--
--}} {{-- --}} @foreach ($data as $list ) @endforeach
{{__('obs.date')}} {{__('obs.assign_type')}} {{__('obs.department')}}Designation{{__('obs.employee')}} {{__('obs.status')}} {{__('obs.action')}}
{{date("d-m-Y",strtotime($list->date))}} {{$list->assign_type==1 ? "All Employee" : "Partial"}} {{$list->department_id ? $list->department->name : null}} {{$list->emp_id ? $list->employee_info->emp_name : null}} {{$list->status == 1 ? "Active" : "Inactive"}} {{-- Edit --}}
@endsection