@extends('home.partial.layout') @section('content') Leave Approval Flow Home Masters Leave Approval Flow Update Flow @csrf @method('PUT') Flow Name Department department_id ? 'selected' : '' }}>All @foreach($departments as $department) department_id == $department->id ? 'selected' : '' }} > {{ $department->name }} @endforeach Approval Hierarchy @foreach($flow->steps as $index => $step) Select Role @foreach($roles as $key => $role) role === $key ? 'selected' : '' }}> @if($key === 'Vp') Executive Manager @elseif($key === 'Principal') Manager @else {{ $role }} @endif @endforeach X @endforeach + Add Step Update Flow Cancel @endsection