@extends('layouts.admin') @section('styles') @endsection @section('content')
{{ csrf_field() }} @include('includes.admin.form-both')

{{ __('SET LANGUAGE KEYS & VALUES') }} - {{ $data->language }}


@endsection @section('scripts') @endsection