@extends('adminlte::page') @section('title', 'Edit Collection') @section('plugins.Select2', true) @section('content_header')

Edit Collection

Back
@stop @section('css') @stop @section('content') @if ($errors->any())
Please fix the following errors
@endif
@csrf @method('PUT')

Edit Collection



@stop @section('js') @stop