@extends('layouts.main') @section('title') {{ __('Blocked Users for Appointments') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ __('Blocked Users Management') }}
{{ __('ID') }} {{ __('User') }} {{ __('Agent') }} {{ __('Block Type') }} {{ __('Reason') }} {{ __('Blocked By') }} {{ __('Blocked At') }} {{ __('Action') }}
@endsection @section('script') @endsection