@extends('layouts.index') @section('page_title', 'Edit Project') @section('content')

Edit Project

@csrf @method('PUT')
Please enter the project name.
Please enter the client name.
Please enter the categories.
Please enter the project head.
Please enter the project content.
Please enter the project address.
Please enter contact information in JSON format.
Please enter opened hours in JSON format.
Optional: You can upload multiple images.
Cancel
@endsection