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