@extends(config('elseyyid-location.layout'))
@section(config('elseyyid-location.content_section'))
        @include('langs::includes.tools')
        
String {{$string->en}} ({{$string->code}})
        @foreach (collect($string)->except(['code','created_at','updated_at'])->toArray() as $key => $element)
            {{$key}} 
            {{$element}} 
            
        @endforeach
@endsection
@section(config('elseyyid-location.scripts_section'))
    
    
    
    
@endsection