@extends('admin.layout.master') @section('title', "الشركات") @section('content')

الشركات

{{-- @include('admin.layout.message')--}}

الشركات

{{--

--}} {{-- --}} {{-- --}} {{-- --}} {{--

--}}
{{csrf_field()}}
@if ($errors->has('id')) {{ $errors->first('id') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('region'))--}} {{-- {{ $errors->first('region') }}--}} {{-- @endif--}} {{--
--}}
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('vip')) {{ $errors->first('vip') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@foreach($rows as $row) @endforeach
رقم العضوية الاسم بالكامل الاسم البريد الالكترونى رقم الجوال الحالة الإشتراك التحكم
{{$row->id}} {{$row->fullname}} {{$row->username}} {{$row->email}} {{$row->mobile}} {{ ($row->status == 'active') ? "مفعل" : "غير مفعل" }} @if($row->current_subscription_id) {{$row->current_subscription->name}} @else لا يوجد @endif
@stop @section('scripts') @endsection