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

Edit Photo

@csrf @method('PUT') @include('artikel.form')
@endsection