@extends('layouts.admin') @section('title') افزودن عکس گالری @endsection @section('content')

گالری تصاویر

@csrf
@php $i=1; @endphp @if(isset($gallery->src)) @foreach(json_decode($gallery->src,true) as $item) @endforeach @endif
عکس عملیات
عکس عملیات
@endsection @section('style') @endsection @section('script') @endsection