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

Edit Language

@csrf @method('PUT')
@foreach ($language->synonyms as $synonym)
@endforeach
@endsection @section('footerJsCode') @endsection