@extends('admin.layouts.app') @section('content')
@include('admin.common.top-header') @include('admin.common.sidebar-left')
@if (Session::get('success'))
{{ Session::get('success') }}
@endif @foreach($data as $key => $item) @endforeach
# Name Company Name Mobile Email COD Action
{{ ++$key }}. {{ ucwords($item->first_name) }} {{ ucwords($item->last_name) }} {{ ucwords($item->company_name) }} {{ $item->mobile }} {{ $item->email }}
@csrf cod == 'A') checked @endif/>
@csrf
@endsection