@extends('layouts.vertical') @php $is_update = false; if(isset($checklistData) && !empty($checklistData)){ $is_update = true; } $type = 1; if(app('request')->input('type')){ $type = app('request')->input('type'); } @endphp @section('css') @endsection @section('breadcrumb')