@extends('layouts.panel') @section('content')

{{ isset($item) ? 'Edit Volume' : 'New Volume' }}

@csrf @if(isset($item))@method('put')@endif
@endsection