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

Update Project

@csrf

Projects Lists

@if ($project) @foreach ($project as $index => $list) @endforeach @endif
ID Heading Heading Value Icon Action
{{ ++$index }} {{ $list->heading }} {{ $list->heading_value }}
@endsection