@extends('layouts.admin') @section('content')

Add File or Text

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if( !is_null($task->file_part) || !empty($task->file_part)) @endif
@endsection @section('style') @endsection @section('script') @endsection