@extends('admin.layouts.master') @section('title', 'Language - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Front Static Word Translation') }} @endslot @slot('menu1') {{ __('Edit Language') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Language') }}
@csrf


@endsection @section('script') @endsection