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