@extends("../dashboard._blank")
@include("../dashboard.Boutique.check_is_user_boutique")
@section("sidebar")
@include("../dashboard._sidebar")
@endsection
@section("content")
GRILLES TARIFAIRES
{{$service->name}}
Pays |
Documents |
Actions |
@php $serviceapp=new App\ServiceShipping(); @endphp
@foreach($grilles as $grille)
@php $countries= json_decode($grille->countries,true); @endphp
@for($i=0;$i{{$countries[$i]}}
@endfor
|
{{'grille tarifiare'}}
|
changer le status
supprimer
|
@endforeach
@endsection
@section('script')
@include('dashboard.MoyenLivraisons.scripts.scripts')
@stop