@extends('backend-template') @section('content')
{!! csrf_field() !!}
@include('layouts/form_errors')

Shop settings

Choose your default shop settings. Note - you will be able to adapt these for each item listing

Make an offer

Packaging & shipping options

    Choose your packaging options
    @foreach ($packagingOptions as $option => $key)
  • @endforeach
    Choose your shipping options
    @foreach ($shippingOptions as $option => $key)
  • @endforeach
@stop