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

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

@endsection @section('content')
{{__('lang.name')}} {{__('lang.email')}} {{__('lang.Username')}} {{__('lang.phone')}} {{__('lang.Users_active')}} {{__('lang.Actions')}}
@endsection @section('script') @endsection