PHP Classes

File: storage/framework/views/9e3fb171998f5c647adb0492c01c7b97a95181df.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   Laravel 9 CRUD Example   storage/framework/views/9e3fb171998f5c647adb0492c01c7b97a95181df.php   Download  
File: storage/framework/views/9e3fb171998f5c647adb0492c01c7b97a95181df.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Laravel 9 CRUD Example
Example of CRUD application using Laravel 9
Author: By
Last change:
Date: 1 year ago
Size: 431 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>Laravel 9 CRUD Opration - Nicesnippest.com</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>

<div class="container">
    <?php echo $__env->yieldContent('content'); ?>
</div>

</body>
</html>
<?php /**PATH /Users/clickianurgul/Desktop/laravel-9-crud-example/resources/views/post/layout.blade.php ENDPATH**/ ?>