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