@extends('dashboard.layouts.layouts') @section('title') update project @endsection @section('content')

project Update

@include('dashboard.layouts.messages')
@csrf @method('PUT')

Add project Info

Enter Project Description

Upload before Image

Upload after Image

@endsection('content')