@extends('dashboard.base') @section('content')

Edit Self Collection

@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@method('PUT') @include('dashboard.selfcollections._form')
@endsection @section('javascript') @include('dashboard.selfcollections._script') @endsection