laravel-components Questions
3
Solved
I have made a laravel component using php artisan make:component testcomponent for which two files are created; one is blade and second one is php class file.
here is the blade file:
<div>
{...
Rembrandt asked 11/3, 2022 at 8:1
0
I'm wondering if it is worth moving from this code.
@extends('layouts.app')
@section('title', 'Page Title')
@section('content')
@foreach ($tasks as $task)
{{ $task }}
@endforeach
@ends...
Bechtold asked 3/3, 2022 at 12:11
1
© 2022 - 2024 — McMap. All rights reserved.