@extends('layout') @section('title') Submit a {{ $policy->name }} Request @endsection @section('content')
{!! csrf_field() !!}
Policy:
{{ $policy->information }}
@if($policy->type == 'leave')
You currently have: {{$policy->leave_days}} Leave days
@endif
@if($policy->requires_attachment)
Supply Documents:
@endif
Cancel
@endsection