@extends('layouts.mainlayout') @section('title', 'Apply Leave') @section('main')
User Name: {{$name}}
@csrf
@if($applyleave->leave_type == 'full_day') @else @endif
@endsection @section('js') @endsection