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

Edit Global Item

@csrf @method('PUT')

Projects

@foreach($projects as $proj)

{{ $proj->title }} - {{ $proj->description }}

@endforeach
@csrf

News

@foreach($news as $n)

{{ $n->title }} - {{ $n->content }}

@endforeach
@csrf

Contact Information

@csrf
@endsection