@php ini_set("display_errors",1); $url=request()->url(); $find_end=explode('/',$url); $end=end($find_end); //dd($user_role); @endphp @extends('layouts.master') @section('title') @lang('translation.Chat') @endsection @section('content') @section('css') {{-- --}} @endsection