@extends('web.layouts.layout') @section('content')
@include('web.pages.components.header.header')
@include('web.pages.profile.layout.sidebar')
{{__('web.refund')}}
@if(count($refunds)) @foreach($refunds as $row)

{{__('web.refund_num')}} {{$row->uuid}}

{{__('web.required')}} {{__('web.refund_statuses.'.$row->status)}}
@endforeach @else @include('web.pages.components.not_found_profile',['message'=>__('web.not_found_refund')]) @endif
@include('web.layouts.footer_banner')
@include('web.pages.components.rate_model') @endsection @section('inject_js') @endsection