@extends('layouts.app') @section('title', $service->title) @section('content') @php $company = \App\Models\User::getCompanyProfile(); @endphp
{!! $service->description !!}
{{ basename($file->file_path) }}
{{ $company->company_phone }}
{{ $company->company_email }}