@extends('base') @section('content')

Company

@if(session()->has('success'))
{{ session()->get('success') }}
@endif

View Companies

@foreach($getCompany as $index => $getCompanies ) @csrf @endforeach
SL NO Name Description Logo Url Created At Action
{{ $index +1 }} {{ $getCompanies->name }} {{ $getCompanies->description }} {{ $getCompanies->url }} {{ $getCompanies->created_at }}
@endsection