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