@extends('layouts.main') @section('title', 'Customers') @section('content')
1 - 10 of 100
@foreach ($customers as $item) @endforeach
Name Phone Email Country City Action
{{ $item->name }} {{ $item->phone }} {{ $item->email }} {{ $item->country }} {{ $item->city }}
@csrf @method('DELETE')
@endsection