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

Projects

@if ($message = Session::get('success'))

{{ $message }}

@endif @foreach ($projects as $project) @endforeach
Project id Region id Project created Project updated Action
{{ $project->id }} {{ $project->region_id }} {{ $project->created_at }} {{ $project->updated_at }}
Edit @csrf @method('DELETE')
@endsection