@extends('layouts.admin')
@push('title', get_phrase('Multi language setting'))
@push('meta')@endpush
@push('css')@endpush
@section('content')
The symbol ___ represents dynamic values that will be replaced dynamically. So, do not remove the ___ symbol.
@foreach ($phrases as $phrase)
@endforeach
@endsection
@push('js')
@endpush