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

{{ __('Task') }}

@endsection @section('content')

{{ __('Edit Task') }}

{{--
--}}
{{-- @csrf --}} {{-- @method('put') --}} @include('admin.task._form')
{{--
--}}
@include('admin.patients.rename_file') @endsection @section('scripts') @cannot('bulk_action_task') @endcan @endsection