@extends('admin.layout') @section('title',__('Orders')) @section('css') @endsection @section('breadcrump')
# | {{ __('Created at') }} | {{ __('User') }} | {{ __('Order') }} | {{ __('Change Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{$return->id}} | {{date('d-m-Y',strtotime($return->created_at))}} | {{$return->user['name']}} | #{{$return->order['id']}} | @if($return['status']) تم الموافقة @else id)}}')" href="javascript:void(0)" class="btn btn-success"> {{__('Approve')}} @endif | @if(!$return['status']) @endif |