ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Yah walaupun harus teliti dan harus ngerti dia ngomong apa(pake kursor bjir) mantap gw bisa, recomended rek videonya
Awesome. This type of short video needs all time. Please upload a video about Axios CRUD.
Awesome Video, Great Knowledge!
You gained one subs....good to go with source code!
Great Video , Thanks A lot
thank you bro
Hello sir, please can you make a video of insert row data using check box in data base with the help flask mysql
Thank you so much.
BOSS OF LARAVEL
thank you, gooooooood....
Thanks
'fruitcake/laravel-cors' has been abandoned. Can you help me ?
simpah pham lgsg
Model galleri foto
Sir without music explain plz
thanks brother... bt i need multi table concept ..ex:tbl1 -> customer customer_id name email phone dptbl 2 -> customer_address id customer_id add1 add2 add3 zip city country
edit bladeedit blade @extends('layouts.app')@section('title', 'Edit Foto')@section('content') /* Add this CSS to your existing styles or create a new CSS file */ body { background-color: #f8f3e3; margin: 0; font-family: 'Arial', sans-serif;}.container { margin-top: 50px;}.card { border-radius: 15px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); overflow: hidden;}.card-header { background-color: #8d6e63; color: #fff; border-radius: 15px 15px 0 0; padding: 20px; text-align: center; font-size: 28px; font-weight: bold;}.form-control { border-radius: 5px; border: 2px solid #8d6e63; padding: 12px; margin-bottom: 20px; font-size: 16px;}.btn-primary,.btn-danger { padding: 12px 24px; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease-in-out;}.btn-primary { background-color: #8d6e63; border: none; color: #fff;}.btn-primary:hover { background-color: #6d4c41;}.btn-danger { background-color: #dc3545; border: none; color: #fff;}.btn-danger:hover { background-color: #bd2130;}/* Optional: Add media queries for responsiveness */@media (max-width: 576px) { .container { padding: 0 15px; } .card { width: 100%; }} {{ _('Edit Foto') }} @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf @method('PUT') Judul Foto Image Deskripsi {{ $image->deksripsi }} Save Cancel @endsection
Controller Galleri foto
Yah walaupun harus teliti dan harus ngerti dia ngomong apa(pake kursor bjir) mantap gw bisa, recomended rek videonya
Awesome. This type of short video needs all time. Please upload a video about Axios CRUD.
Awesome Video, Great Knowledge!
You gained one subs....good to go with source code!
Great Video , Thanks A lot
thank you bro
Hello sir, please can you make a video of insert row data using check box in data base with the help flask mysql
Thank you so much.
BOSS OF LARAVEL
thank you, gooooooood....
Thanks
'fruitcake/laravel-cors' has been abandoned. Can you help me ?
simpah pham lgsg
Model galleri foto
Sir without music explain plz
thanks brother... bt i need multi table concept ..
ex:
tbl1 -> customer
customer_id
name
email
phone
dp
tbl 2 -> customer_address
id
customer_id
add1
add2
add3
zip
city
country
edit blade
edit blade @extends('layouts.app')
@section('title', 'Edit Foto')
@section('content')
/* Add this CSS to your existing styles or create a new CSS file */
body {
background-color: #f8f3e3;
margin: 0;
font-family: 'Arial', sans-serif;
}
.container {
margin-top: 50px;
}
.card {
border-radius: 15px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.card-header {
background-color: #8d6e63;
color: #fff;
border-radius: 15px 15px 0 0;
padding: 20px;
text-align: center;
font-size: 28px;
font-weight: bold;
}
.form-control {
border-radius: 5px;
border: 2px solid #8d6e63;
padding: 12px;
margin-bottom: 20px;
font-size: 16px;
}
.btn-primary,
.btn-danger {
padding: 12px 24px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
}
.btn-primary {
background-color: #8d6e63;
border: none;
color: #fff;
}
.btn-primary:hover {
background-color: #6d4c41;
}
.btn-danger {
background-color: #dc3545;
border: none;
color: #fff;
}
.btn-danger:hover {
background-color: #bd2130;
}
/* Optional: Add media queries for responsiveness */
@media (max-width: 576px) {
.container {
padding: 0 15px;
}
.card {
width: 100%;
}
}
{{ _('Edit Foto') }}
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@method('PUT')
Judul Foto
Image
Deskripsi
{{ $image->deksripsi }}
Save
Cancel
@endsection
Controller Galleri foto