hellow, I have edit.blade.php file in Laravel
@extends('layouts.app')
@section('content')
@if (isset($permission))
<div>
<p>Hellow Friends</p>
</div>
@endif
<h1>Hi</h1>
@stop
but did not display
Hellow friend
words. only dispaly @extends('layouts.app') @section('content') andHi
how can I display Hellow Friendsvia Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire