Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/rentpix.corals.io/Corals/modules/RentPix/resources/views/units/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/rentpix.corals.io/Corals/modules/RentPix/resources/views/units/create_edit.blade.php
@extends('layouts.crud.create_edit')

@section('content_header')
    @component('components.content_header')
        @slot('page_title')
            {{ $title_singular }}
        @endslot
        @slot('breadcrumb')
            {{ Breadcrumbs::render('rentPix_unit_create_edit') }}
        @endslot
    @endcomponent
@endsection

@section('content')
    @parent
    <div class="row">
        <div class="col-md-12">
            @component('components.box')
                {!! CoralsForm::openForm($unit) !!}
                <div class="row">
                    <div class="col-md-5">
                        {!! CoralsForm::text('code', 'RentPix::attributes.code', false,null,['help_text'=>'RentPix::attributes.code_help' ]) !!}
                        {!! CoralsForm::text('vin', 'RentPix::attributes.unit.vin', false,null) !!}
                        {!! CoralsForm::text('license', 'RentPix::attributes.unit.license', false,null) !!}
                        {!! CoralsForm::text('engine', 'RentPix::attributes.unit.engine', false,null) !!}
                    </div>
                    <div class="col-md-5">
                        {!! CoralsForm::text('make', 'RentPix::attributes.unit.make', false,null) !!}
                        {!! CoralsForm::text('model', 'RentPix::attributes.unit.model', false,null) !!}
                        {!! CoralsForm::text('model_year', 'RentPix::attributes.unit.model_year', false,null) !!}
                        {!! CoralsForm::radio('status','Corals::attributes.status',true, trans('Corals::attributes.status_options')) !!}
                    </div>
                </div>

                {!! CoralsForm::customFields($unit) !!}

                <div class="row">
                    <div class="col-md-12">
                        {!! CoralsForm::formButtons() !!}
                    </div>
                </div>
                {!! CoralsForm::closeForm($unit) !!}
            @endcomponent
        </div>
    </div>
@endsection

@section('js')
@endsection

Spamworldpro Mini