@extends('layout.app') @section('title') {{ __('الزائرين') }} @stop @section('css') @stop @section('content')

{{ __('الزائرين') }}

{{ __('اسم الزائر') }} {{ __('رقم الجوال') }} {{ __('Action') }}
@endsection @section('js') {{-- --}} @stop