@extends('layouts.default') @push('style') @endpush @section('content')

Company Types

@if(!empty($company_types)) @foreach($company_types as $company_type) @endforeach @endif
#SL Name Status Actions
{{$i}} {{$company_type->name}} {{$company_type->status}} {{-- --}}
@endsection @push('scripts') @endpush