@extends('back/layouts.app')
@section('back_css')
| # | Name | Phone | Pay Image | Pay Amount | Discount | Pay Status | created at | @lang('core.actions') | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->name }} | {{ $row->email }} | {{ $row->phone }} |
@if ($row->pay_image_path)
|
{{ $row->amount }} | {{ $row->disccount }} | {{ $row->freeStatusTitle() }} | {{ $row->created_at }} | @if ($errors->has('free_status')) {{ $errors->first('free_status') }} @endif |