@extends('layouts.app') @section('title') {{ __('View Task') }} @endsection @section('breadcrumb')

{{ __('Task') }}

@endsection @section('content')

{{ __('View Task') }}

@include('admin.task._form')
@endsection @section('scripts') @cannot('bulk_action_task') @endcan @endsection