@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')

View Service

{{$data->user->full_name}}
{{$data->title}}
{{--
{{ $data->price }}
--}}
{{$data->desc}}
@if($data->user->towns){{$data->user->towns->name}} @endif
@endsection