@extends('backend.layout.master') @section('backend-head') @endsection @section('backend-main') @if (session()->has('user-created'))

{{ session()->get('user-created') }}

@endif

المتاجر

جمبع المتاجر
@foreach ($stores as $store) @endforeach
ID الاسم البريد الالكتروني رقم الهاتف الدولة مفعل خيارات
{{ $store->id }} {{ $store->name }} {{ $store->email }} {{ $store->phone }} {{ $store->country }} @if ($store->status == 1) @else @endif
  • تعديل
  • {{ csrf_field() }} {{ method_field('DELETE') }}
@endsection @section('backend-footer') @endsection