@extends('backend.layouts.master') @section('pageTitle') HR Policy @endsection @section('pageContent') Policy Settings Dashboard Policy Settings @csrf Leave Policy Total Causal Leave* {{ $errors->first('total_casual_leave') }} Total Sick Leave* {{ $errors->first('total_sick_leave') }} Total Maternity Leave* {{ $errors->first('total_maternity_leave') }} Total Special Leave* {{ $errors->first('total_special_leave') }} @endsection @section('extraScript') @endsection