@extends('layouts.master') @section('css') @endsection @section('page-header') @if ($errors->any()) @endif @endsection @section('title') {{ __('leaves.add_new') }} @stop @section('content')
{{ __('leaves.add_new') }}
@csrf
{{ __('leaves.cancel') }}
@endsection @section('js') @endsection