@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{ trans('labels.groups') }}

@endsection @section('content')
@foreach ($students as $user) @endforeach
{{ trans('labels.name') }} رقم الهاتف
{{ $user->name }} {{$user->phone}}
@endsection @section('script') @endsection