@extends('layouts.admin') @push('script-page') @if(\Auth::user()->type=='company') @endif @endpush @section('page-title') {{__('Manage Project Task Stages')}} @endsection @section('breadcrumb')
{{__('Note')}} : {{__('You can easily change order of project task stage using drag & drop.')}}