@extends('admin.layouts.master') @section('title') @endsection @section('css') @include('admin.layouts.css') @endsection @section('body')
@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
@foreach($stores as $index => $store) @endforeach
# اســـم المتجــر الصـــورة لوجو الايميل الوصف العمليـــات
{{ $index + 1 }} {{ $store->getTranslation('name', 'ar') }} @if ($store->image) @else لا يوجد صورة @endif @if ($store->image) @else لا يوجد صورة @endif {{ $store->email }} {{ $store->getTranslation('description', 'ar') }}
@endsection @section('js') @include('admin.layouts.js') @endsection