@extends('layouts.admin')
@section('page-title')
{{__('Tasks')}}
@endsection
@section('breadcrumb')
{{__('Dashboard')}}
{{__('Project')}}
{{__('Task')}}
@endsection
@section('action-btn')
@if($setting['company_type']!=2)
@endif
@endsection
@section('content')
@endsection
@push('script-page')
@endpush