@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
@csrf
{{ __('app.general_information') }}
{{ __('app.import_settings') }}
{{__('app.exit')}}
@endsection