@extends('layouts.app')
@push('styles')
@include('sections.datatable_css')
@endpush
@section('content')
{{-- SAAS --}}
@if(user()->is_superadmin)
@else
@endif
@lang('modules.customFields.addField')
# |
@lang('app.module') |
@lang('modules.customFields.label') |
@lang('modules.invoices.type') |
@lang('app.value') |
@lang('app.required') |
@lang('app.action') |
@endsection
@push('scripts')
@endpush