@extends('layouts/contentLayoutMaster') @section('title', __('lang.log')) @section('content') {{-- Data list view starts --}}
@foreach($logs as $log) @endforeach
# الحاله الوقت
{{$log->id}} @if($log->block == 1 ) تم الحظر من موقع جوميا
( {{$log->phones}} رقم ) @else تم فك الحظر من موقع جوميا @endif
{{$log->created_at}}
{!! $logs->links('pagination::bootstrap-4') !!}
{{-- Data list view end --}} @endsection @section('page-script') @endsection