@extends('layouts.app') @section('title', 'Add New Tasks') {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content')

Add WorkFlow

{{--
--}}
Add
@endsection {{-- custom js --}} @push('js') @endpush