@extends('layout.app') @section('content')
Add New User
@foreach ($list as $r) @endforeach
# First Name Last Name Contact
{{ $loop->iteration }} {{ $r->firstname }} {{ $r->lastname }} {{ $r->contact_no }} Edit {{-- @can('marketing_user_destroy')
@method('DELETE') @csrf
@endcan --}}
@endsection