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