@extends('base') @section('main') <div class="row"> <div class="col-sm-8 offset-sm-2">...
public function store(Request $request) { $request->validate([ 'nom' =>'required', 'pren...
Hello I am working on an application, I would have to save a photo ID but when I click on the save b...
The Laravel portal for problem solving, knowledge sharing and community building.
The community