@extends('Admin.layouts.App') @section('content')

Block Id

Block Id Table

@if(\Session::has('success'))

{{\Session::get('success')}}

@endif @if(\Session::has('Delete'))

{{\Session::get('Delete')}}

@endif @if($BlockIp->count() > 0) @foreach($BlockIp as $row) @endforeach @else @endif
Id User Id User Name Created At
1 {{$row->user_id}} {{$row->User->name}} {{$row->created_at->format('Y-m-d')}}
No data found
@endsection