@extends('layouts.admin') @section('title', $collection->exists ? 'Edit Koleksi' : 'Koleksi Baru') @section('page-title', $collection->exists ? 'Edit Koleksi' : 'Koleksi Baru') @section('content')
@csrf @if($collection->exists) @method('PUT') @endif
Batal
@endsection