@extends('layouts/contentNavbarLayout')
@section('title', 'Add Student Leave')
@section('vendor-style')
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('page-script')
@endsection