@extends('admin.layouts.app') @section('title', 'Add Gallery ') @section('content')

Inquiry {{ $data == null ? '' : '#' . $data->id }}

{{ ucwords($data['type']) }} Details

@foreach (json_decode($data->data) as $key => $item) @endforeach
{{ ucwords(str_replace(' ', '_', $key)) }} {{ $item }}
@endsection