@extends($layout)
@section('title', __('Translations Scan') )
@section('style')
@include('translations::translations.style')
@endsection
@section('content-header')
{{__('Translations Scan')}}
@endsection
@section('content')
@include('translations::translations.translation_scan')
@stop
@section('before_body_end')
@include('translations::translations.script')
@endsection