@extends('backend.layouts.main') @section('title', 'MLI ATS | Start Activity') @section('content')
@include('backend.share.title', ['title' => 'Manage Start Activity'])
@csrf
@include('backend.project.items.add-form') @include('backend.project.items.add-com-support')
@include('backend.project.items.add-assign-form')
@include('backend.share.add-button', ['name' => 'Add'])
@endsection @push('scripts') @endpush