@extends('admin.layouts.app') @section('section')

Services

@csrf
Profile Preview
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- Profile Preview--}} {{--
--}}
Image Gallery
@php $get_decode = json_decode($service->images); @endphp @if(empty($get_decode))
@endif @if($get_decode)
@foreach($get_decode as $index => $all_images)
@endforeach
@endif
@endsection @section('script') @endsection