@extends('layouts.app') @section('title') {{ __('messages.Datasource') }} @endsection @section('content')

{{ __('messages.Datasource') }}

@csrf
@error('type_of_datasource') {{ $message }} @enderror
@error('owner') {{ $message }} @enderror
@endsection @section('script') @endsection