@extends('layouts.app') @section('content')

Laravel AJAX Examples via jQuery .ajax()

Learn how to handle ajax with Laravel and jQuery.

@foreach ($projects as $project) @endforeach
ID Title Description Edit or Delete
{{$project->id}} {{$project->title}} {{$project->description}}
@endsection