@extends('bo.layout') @section('content')

Gestions des Paramètres

Images promotionnelle (popup)

@if(config('setting.promo_picture')) @endif
@csrf
@if(config('setting.promo_picture'))
@csrf
@endif
@foreach(['1500', '3000'] as $points)

Images copcoin {{$points}}

@csrf
@for($i = 0; $i <10;$i++)
Images {{$i +1}}
@if(!empty(config('setting.copcoin'.$points)[$i]['name']))

{{config('setting.copcoin'.$points)[$i]['name']}}

@endif @if(!empty(config('setting.copcoin'.$points)[$i]['picture'])) @endif
@if(!empty(config('setting.copcoin'.$points)[$i])) @endif
@endfor
@endforeach
@endsection @section('extra-javascript') @endsection