@extends('Frontend.Layouts.modal') @section('title') {{ trans('front.checklist') }} @stop @section('body')
@include('Frontend.Checklist.partials.form')
@stop @section('buttons') @stop