@extends('layouts.app') @section('title') {{ __('Edit Translation') }} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Edit Translation')}}

@endsection @section('content')

{{ __('Edit Translation') }}

@csrf @method('put')
@foreach($translations as $key=>$value) @endforeach
{{ __('Key Word') }} {{__('Translation')}}
{{$key}}
@endsection @section('scripts') @endsection