@extends('layouts.master') @section('title', 'Task File') @section('content')

{{ trans('label.project_work_task_file_edit') }}

{{--

{{ trans('project_work_task_file.task_file_edit') }}

--}}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@method('PUT') @csrf
@endsection @section('script-footer') @endsection