@extends('admin.layouts.master') @section('page-title') ادارة الأسواق @endsection @section('header-title') ادارة الأسواق @endsection @push('main-markets-active') m-menu__item--active @endpush @section('content')
@if (session('Done')) @endif @if (session('ERROR')) @endif @if ($errors->any()) @endif @if($markets->count()) @foreach($markets as $market) @endforeach @endif
# اسم السوق الظهور في التطبيق
{{ $loop->index +1 }} {{ $market['name'] }}
@stop @push('page_level_script') @endpush