@extends('layouts.main-layout') @section('content-header')

Task Setting

@endsection @section('body')
@foreach($data as $task)
@csrf
@endforeach
@endsection