@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')

{{ _trans('settings.Other leave Information') }}


@csrf @method('PATCH')

@php $months = ['January','February','March','April','May','June','July','August','September','October','November','December'] @endphp


@if(hasPermission('leave_settings_update')) @endif
@endsection