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

Edit Result

@if ($errors->any())
@endif
@csrf @method('PUT')
Back
@endsection