@extends('layouts.app') @section('title') {{ __('Tạo mới cổng') }} @endsection @section('gate') active @endsection @section('section.header') {{ __('Thêm mới cổng thanh toán') }} {{ __('Quản lí cổng') }} {{ __('Add new') }} @endsection @section('section.content') {{ __('Thêm mới cổng') }} @if (Session::has('success')) {{ Session::get('success') }} @endif @if (Session::has('error')) {{ Session::get('error') }} @endif {{ __('Tên cổng(*)') }} @error('name') * {{ $message }} @enderror {{ __('Domain cổng(*)') }} @error('domain') * {{ $message }} @enderror {{ __('API Key') }} {{ __('Sign Key') }} {{ __('Loại cổng') }} {{ __('--Vui lòng chọn cổng--') }} {{ __('Cổng Momo') }} {{ __('Cổng Bank') }} {{ __('Cổng USDT') }} {{ __('Cổng Thẻ') }} {{ __('Cổng Momo và Bank') }} {{ __('Cổng Bank và USDT') }} {{ __('All(Bank, Momo, Thẻ, USDT)') }} @error('type') * {{ $message }} @enderror {{ __('submit') }} @endsection @section('scripts') @endsection @section('styles') @endsection