@extends('layouts.master') @section('title', 'Update Project') @section('content')

Update Project

@if(count($errors) > 0) @endif
@csrf
Looks good!
Please enter project title.

Looks good!
Please enter project details.

@foreach($images as $key => $image)
@endforeach


@endsection @section('scripts') @endsection @section('styles') @endsection