@extends('admin.layout.master') @section('title', __('admin.inputs')) @section('scripts') @endsection @section('content')
{{ __('admin.title') }} | {{ __('admin.type') }} | {{ __('admin.required') }} | {{ __('admin.options') }}> | {{ __('admin.action') }} |
---|---|---|---|---|
{{ $input->getTranslation('title', app()->getLocale()) }} | {{ $input->type }} | {{ $input->required ? __('admin.yes') : __('admin.no') }} | @if($input->type == 'select' || $input->type == 'checkbox' || $input->type == 'radio') @endif |