@extends('adminlte::page')
@section('title', 'Edit Collection')
@section('plugins.Select2', true)
@section('content_header')
@stop
@section('css')
@stop
@section('content')
@if ($errors->any())
Please fix the following errors
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@stop
@section('js')
@stop