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/clinic.corals.io/resources/infyom/infyom-generator-templates/scaffold/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/clinic.corals.io/resources/infyom/infyom-generator-templates/scaffold/views/show.stub
@extends('layouts.app')
@section('title')
    $MODEL_NAME_HUMAN$ Details 
@endsection
@section('content')
    <section class="section">
        <div class="section-header">
        <h1>$MODEL_NAME_HUMAN$ Details</h1>
        <div class="section-header-breadcrumb">
            <a href="{{ route('$ROUTE_NAMED_PREFIX$$MODEL_NAME_PLURAL_CAMEL$.index') }}"
                 class="btn btn-primary form-btn float-right">Back</a>
        </div>
      </div>
   @include('stisla-templates::common.errors')
    <div class="section-body">
           <div class="card">
            <div class="card-body">
                    @include('$VIEW_PREFIX$$MODEL_NAME_PLURAL_SNAKE$.show_fields')
            </div>
            </div>
    </div>
    </section>
@endsection

Spamworldpro Mini