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

Add Collection

Back
@stop @section('css') @stop @section('content') @if ($errors->any())
@endif
@csrf

Collection Information



@stop @section('js') @stop