@extends('layouts.app') @section('title', trans('settings.holidays_title')) @section('content') @php $u = auth()->user(); @endphp
@include('holiday::create') @include('holiday::edit') @stop @section('footer-script') @stop