@extends('backend.layouts.app')
@section('title') New System @endsection
@section('content')
{!! html()->form('POST', route('admin.systems.store'))->acceptsFiles(true)->id('system_form')->open() !!}
@include('backend.pages.systems._form')
{{ html()->form()->close() }}
@include('backend.partials.floatingbox')
@endsection
@section('scripts')
@include('backend.pages.systems.partials.js')
@endsection