@extends('home.partial.layout') @section('content')

Leave Approval Flow

Update Flow

@csrf @method('PUT')

Approval Hierarchy
@foreach($flow->steps as $index => $step)
@endforeach

Cancel
@endsection