@extends('layouts.base') {{-- @section('heading') {{ __('User Profile') }} @endsection --}} @section('info') {{ __('Registered Leave Days') }} @endsection @section('focus_action')
@csrf
@endsection @section('body')
@include('days_off.components.table')
@endsection