@extends('dashbord.layouts.master') @section('toolbar')

{{trans('dash_site.create')}}

@endsection @section('content') {{-- {{dd($one_data)}}--}}
@if(isset($one_data->photoImgaes)&&(!empty($one_data->photoImgaes)))
@foreach($one_data->photoImgaes as $photoImgae)
@endforeach
@endif {{--{{dd($one_data->photoImgaes)}}--}} {{--
--}} {{-- --}}
@endsection @section('js') @endsection