@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Companies

Selected
@if(session()->has('success'))
{{ session()->get('success') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Company Industry Business Registration No. Status Created at Actions
ABC Company abc@gmail.com
Construction +9735584450
Active
27 Mar 2024, 8:41 pm Actions
ABC Company abc@gmail.com
Construction +9735584450
Deactive
27 Mar 2024, 8:41 pm Actions
@include('partials.footer')
@include('global.footer-links')