@extends('client.layout.master')
@php
use App\Models\Translation;
$locale = app()->getLocale();
@endphp
@section('title', Translation::getValue('partnership_title', $locale))
@section('content')
{{ Translation::getValue('partnership', $locale) }}