@extends('dashboard.layouts.master') @section('title') @endsection @section('css') @include('dashboard.layouts.css') @endsection @section('body')
@can('admin.positionimage.create') @endcan

@foreach($positions as $support) @endforeach
# مكان الصور وصف عمليات
{{$i}} {{$support->Name}} {{$support->Description}} @can('admin.positionimage.delete') @endcan
@include('dashboard.pages.positionslider.add') @endsection @section('js') @include('dashboard.layouts.js') @endsection