@extends('admin.layouts.master') @section('content')
{{ trans('quickadmin::templates.templates-customView_index-list') }}
{{ trans('quickadmin::templates.templates-customView_index-welcome_custom_view') }} @foreach ($pros as $row) @endforeach
id email promotion_id contract_id putdate time
{{ $row->id }} {{ $row->email }} {{ $row->promotion_id }} {{ $row->contract_id }} {{ $row->putdate }} {{ $row->created_at->format('H:i s')}}
@endsection