@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- breadecrumb Area S t a r t --}} @include('backend.ui-components.breadcrumb', [ 'title' => @$data['title'], 'routes' => [ route('dashboard') => ___('common.Dashboard'), '#' => @$data['title'], ], 'buttons' => 1, ]) {{-- breadecrumb Area E n d --}}
img
{{ auth()->user()->name }}

{{ ___('live_chat.Active') }}

@endsection @push('script') @endpush