@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('admin/kits/general.checkout') }}
@parent
@stop
{{-- Page content --}}
@section('content')
@stop
@section('moar_scripts')
@include('partials/assets-assigned')
@stop
@section('notifications')
@parent
@stop