⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
crm.dev-unit.com
/
resources
/
views
/
goals
/
View File Name :
create.blade.php
@extends('layouts.app') @section('title') {{ __('messages.goal.new_goal') }} @endsection @section('page_css') <link rel="stylesheet" href="{{ asset('assets/css/bs4-summernote/summernote-bs4.css') }}"> <link rel="stylesheet" href="{{ asset('assets/css/select2.min.css') }}"> <link href="{{ asset('css/bootstrap-datetimepicker.css') }}" rel="stylesheet" type="text/css"/> @endsection @section('content') <section class="section"> <div class="section-header"> <h1>{{ __('messages.goal.new_goal') }}</h1> <div class="section-header-breadcrumb"> <a href="{{ route('goals.index') }}" class="btn btn-primary form-btn float-right-mobile"> {{ __('messages.common.back') }} </a> </div> </div> <div class="section-body"> @include('layouts.errors') <div class="card"> <div class="card-body"> {{ Form::open(['route' => 'goals.store','id' => 'createGoal']) }} @include('goals.fields') {{ Form::close() }} </div> </div> </div> </section> @endsection @section('page_scripts') <script src="{{ mix('assets/js/bs4-summernote/summernote-bs4.js') }}"></script> <script src="{{ asset('js/bootstrap-datetimepicker.min.js') }}"></script> <script src="{{ mix('assets/js/select2.min.js') }}"></script> @endsection @section('scripts') <script src="{{mix('assets/js/goals/create-edit.js')}}"></script> @endsection