@extends('layouts.app') @section('content')

{{ trans('lang.vendor_plural') }}

@include('alerts.error_messages') @include('stores.partials.create_form')
@endsection @section('scripts') @include('stores.partials.create_scripts') @endsection