@extends('backend.admin-master') @section('site-title') {{__('Edit Words Settings')}} @endsection @section('content')
@include('backend.partials.message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__("Change All Words")}}

{{__('All Languages')}}
@csrf
@foreach($all_word as $key => $value)
@endforeach
@endsection @section('script') @endsection