@extends('layouts.admin.app') @section('content')

List of email that you transfer to client

Back
@if(count($maillist) > 0) @php $i = 1; @endphp @foreach($maillist as $key => $n) @endforeach @else

No Record Found

@endif
@endsection @section('scripts') @endsection