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

Edit Photo

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