@extends('layout.layout') @section('title',__('lang.Users')) @section('css') @endsection @section('style') @endsection @section('header')

{{__('lang.Users')}}

@endsection @section('content')
{{__('lang.name')}} {{__('lang.id')}} {{__('lang.uid')}} {{__('lang.phone')}} {{__('lang.active')}} {{__('lang.show')}} {{__('lang.Actions')}} {{__('lang.email')}}
@endsection @section('script') @endsection