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

Edit Achievement

@csrf @method('PUT')

@if ($achievement->achievement_image) Current Achievement @else

No picture available

@endif
@push('scripts') @endpush @endsection