@extends('layouts.layoutMaster') @section('title', __('Create Company')) @section('vendor-style') @vite(['resources/assets/vendor/libs/select2/select2.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/select2/select2.js']) @endsection @section('page-script') @vite(['Modules/CRMCore/resources/assets/js/companies-create.js']) @endsection @section('content')
@csrf @include('crmcore::companies._form')
{{ __('Cancel') }}
@endsection