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