@extends('layouts.main') @section('title') {{ __('Appointment Reports') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ __('Appointment Reports Management') }}
{{ __('ID') }} {{ __('Agent') }} {{ __('User') }} {{ __('Reason') }} {{ __('Status') }} {{ __('Reported At') }} {{ __('Action') }}
@endsection @section('script') @endsection