@extends('layouts.admin') @section('title', 'Edit Portfolio') @section('page_heading', 'Edit Portfolio') @section('page_actions') Back to Portfolios @endsection @section('content')
@csrf @method('PUT')
Use comma-separated values.
Optional. Use comma-separated values.

Danger Zone

Deleting a portfolio is permanent and cannot be undone.

@csrf @method('DELETE')
@endsection