{{ substr($groupdata->group_name, 0, 1) }}
{{ $groupdata->group_name }}

{{ __("If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual.") }}

{{ __("About") }}

{{ __("Group Name") }}

{{ $groupdata->group_name }}

{{ __("Time") }}

{{ $groupdata->created_at }}

{{ __("Users List") }}

@foreach ($messages as $message) @if ($message->file)
@if (strtolower(pathinfo($message->file, PATHINFO_EXTENSION)) == 'jpg' || strtolower(pathinfo($message->file, PATHINFO_EXTENSION)) == 'png' || strtolower(pathinfo($message->file, PATHINFO_EXTENSION)) == 'gif')
{{ $message->message }}

@php echo App\Http\Controllers\HomeController::bytesToHuman(File::size(public_path($message->file))); @endphp

@else
{{ $message->message }}

@php echo App\Http\Controllers\HomeController::bytesToHuman(File::size(public_path($message->file))); @endphp

@endif
@endif @endforeach