@extends('front.layouts.main') @section('header') @endsection @section('content')


@foreach($listings as $key => $listing) @endforeach
ID Company Name Address Phone Number Delivery Charge Delete
{{$key + 1}} {{$listing->company_name}} {{$listing->address}} {{$listing->phone_number}} {{$listing->delivery_charge}} Delete
@endsection @section('scripts') @endsection @section('js') @endsection