@extends('admin.layouts.main-layout') @section('content')

Review Title

@csrf @method('PUT')
{{$title->name}}
{{$title->addedFromFirm->name ?? 'N/A'}}
@if (!$existsInSynonyms)
@endif
{{-- --}}
@endsection @section('footerJsCode') @endsection