@extends('layouts.master') @section('title'){{__('sidebar.work_off_view')}} @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.work_off_view')}} @endslot @slot('subtitle') @endslot @endcomponent
{{-- --}} @foreach ($work_day_off as $item)

{{__("genral.delete_msg")}}


@csrf @method('delete')

@endforeach
{{__('genral.date')}}{{__('genral.en_name')}}{{__('genral.action')}}
{{$item->date}}
@endsection @section('scripts') @endsection