@extends('layouts.superadmin') @section('title', 'Points de montage') @section('style') @endsection @section('content')
{{ isset($mountPointData) ? 'Mettre à jour le point de montage' : 'Créer un point de montage' }}
{{ __('adminWords.go_back') }}
@if (isset($mountPointData))
@csrf @method('PATCH') @else @csrf @endif
{{ $errors->first('hostname') }}
{{ $errors->first('streaming_port') }}
{{ $errors->first('port') }}
{{ $errors->first('mount') }}
{{ $errors->first('username') }}
{{ $errors->first('password') }}
{{ $errors->first('radio_id') }}
{{ $errors->first('server_id') }}
{{ $errors->first('r') }}
@if (!isset($mountPointData)) @endif
@endsection @section('script') @endsection