@extends('admin.default') @section('css') @endsection @section('content')

Companies

@include('include.messages')
Reset

Companies

@forelse($companies as $company) @empty @endforelse
Company Name Phone Address Unit Price Action
{{ $company->companyName }} {{ $company->companyPhone ?? '-' }} {{ $company->companyAddress ?? '-' }} {{ $company->unitPrice ?? '-' }}
@csrf @method('DELETE')
No companies found.
@if($companies->total() > 2) @endif
@endsection @section('js') @endsection