@extends('layouts.index') @section('main')
{{-- --}}

Tambah Perusahaan

{{--
Total = Rp.1.000.000.000
--}} {{--
--}}
@csrf
@error('perusahaan_id')
Perusahaan wajib di pilih !
@enderror
@error('kode_divisi')
Divisi sudah ada !
@enderror
@error('nama_divisi')
Perusahaan sudah ada !
@enderror
{{--
@error('roles')
Level user belum dipilih !
@enderror
--}}
Batal
{{-- --}} @endsection