@extends('layouts.default')
@push('style')
@endpush
@section('content')
| #SL |
Name |
Status |
Actions |
@if(!empty($company_types))
@foreach($company_types as $company_type)
| {{$i}} |
{{$company_type->name}} |
{{$company_type->status}} |
{{--
--}}
|
@endforeach
@endif
@endsection
@push('scripts')
@endpush