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

Edit Service

All Service
@csrf

Meta Information

    @if (!empty(json_decode($info->tags))) @php($allTags = json_decode($info->tags)) @foreach ($allTags as $tag)
  • {{ $tag }}
  • @endforeach @endif
@if (!empty($info->meta_image))
Meta Image
@endif
@if (!empty($info->images)) @endif
@if (!empty($info->icon)) @endif
@endsection @push('headerPartial') @endpush @push('footerPartial') @endpush