@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ $pageTitle }} @endsection @section('heading') {{ $pageTitle }} @endsection @section('heading-icon')admin_panel_settings@endsection {{--@section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name']) }}@endsection--}} @section('content')

@if(optional($form)->id) {{ __('common.members') }} - {{ optional($form)->title }} {{__('common.role')}} @endif

reply_all  {{ __('common.go_back') }}
@forelse(optional($form)->users as $key => $user)
{{$user->name}}
{{$user->email}}
{{$user->phone}}
User Avatar
@empty

{{__('common.no_members')}}

@endforelse
@endsection @push('head.start') @include('includes.plugins', ['name' => 'lightbox-css']) @endpush @push('body.end') @include('includes.plugins', ['name' => 'lightbox-js']) @endpush