@extends('layout.layout') @php $route = 'surveys'; @endphp @section('title',__('lang.surveys')) @section('header')

{{trans('lang.'.$route)}}

@endsection @section('content')
{{__('lang.name_ar')}} {{__('lang.name_en')}} {{__('lang.Users_active')}} {{__('lang.Actions')}}
@endsection @section('script') @endsection