@extends('admin.layout') @section('title', $achievement->exists ? 'Edit Achievement' : 'New Achievement') @section('content')
← Back
@csrf @if ($achievement->exists) @method('PUT') @endif
@endsection