@extends ('backend.layouts.app') @section ('title', __('recyclebin::labels.backend.recyclebin.management') . ' | ' . __('recyclebin::labels.backend.recyclebin.create')) @section('breadcrumb-links') @include('recyclebin::includes.breadcrumb-links') @endsection @push('after-styles') @endpush @section('content') {{ html()->form('POST', route('admin.recyclebin.store'))->class('form-horizontal')->open() }}