@extends('admin.layouts.master') @section('title', 'Language - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Admin Static Word Translation') }} @endslot @slot('menu1') {{ __('Edit Language') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Admin Static Word Translation of') }} {{ $findlang->name }} ({{ $findlang->local }})
@csrf
{{ $file }}
{{ __("Reset")}}
{{ __("Update")}}
@endsection @section('script') @endsection