@extends('layouts.app') @section('page-title', 'Ubah Tugas') @push('styles') @endpush @section('content')

Ubah Tugas

@csrf @method('PUT') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Batal
@endsection @push('scripts') @endpush