@php $title = 'Leave Types' @endphp @section('title') {{$title}} @endsection @extends('layout') @section('main-content')

{{$title}}

@foreach($leave_types as $key => $leave_type) @endforeach
Sl.No Name Is Image Required Status Action
{{$key + 1}} {{$leave_type->name}} @if($leave_type->is_img_required) @else @endif
status == 'active'? 'checked' : ''}} />
@endsection @section('scripts') @endsection