@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.add',1) }} {{ trans_choice('communication::general.gateway',1) }} @endsection @section('content') {{ trans_choice('core::general.add',1) }} {{ trans_choice('communication::general.gateway',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('communication::general.gateway',2) }} {{ trans_choice('core::general.add',1) }} {{ trans_choice('communication::general.gateway',1) }} {{csrf_field()}} {{trans_choice('core::general.name',1)}} @error('name') {{ $message }} @enderror {{trans_choice('communication::general.to_name',1)}} @error('to_name') {{ $message }} @enderror {{trans_choice('communication::general.msg_name',1)}} @error('msg_name') {{ $message }} @enderror {{trans_choice('communication::general.url',1)}} @error('url') {{ $message }} @enderror {{trans_choice('core::general.description',1)}} @error('notes') {{ $message }} @enderror {{trans_choice('core::general.active',1)}} {{trans_choice('core::general.no',1)}} {{trans_choice('core::general.yes',1)}} @error('active') {{ $message }} @enderror @endsection @section('scripts') @endsection