@extends('admin.layout.master') @section('content')

{{ __('admin.show') }}

@foreach (languages() as $lang)
@endforeach
@endsection @section('js') @endsection