@extends('main-page') @section('content') Company Type Data Management {{-- Toastr --}}
@csrf
@csrf
@if ($company_type_data != null) @foreach ($company_type_data as $row) @endforeach @endif
Company Type Name Status Action
{{ $row->id }} {{ $row->name }} {{ $row->status }}
@if (session('toastr')) @endif
@endsection