{{-- resources/views/source/edit.blade.php --}} @extends('layout.master') @section('title', 'Edit Source') @section('header-title', 'Edit Source') @section('content')
Edit Source
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
Cancel
@endsection