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

Edit Title

@csrf @method('PUT')
@foreach ($title->synonyms as $synonym) @if ($synonym->firm_id == null)
@endif @endforeach
@endsection @section('footerJsCode') @endsection