skip to Main Content

View ['view.name'] not found – Laravel

why I have this Problem please? this is my blade code in laravel 9: <form class="row g-3" method="POST" action="{{ route('users.store') }}" > @csrf @include('users.partials.form') <div class="col-12"> <button class="btn btn-primary" type="submit" >Add user</button> </div> </form> this is the structure of my…

VIEW QUESTION
Back To Top
Search