@extends('app') @section('content') Edit Checklist

EDIT Checklist

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@foreach($pointer as $Pointers)
@endforeach
Cancel
@endsection