@extends('layout.master') @section('title', 'Methods of Contact') @section('header-title', 'Methods of Contact') @section('content')
@if (session('success'))
{{ session('success') }}
@endif
@forelse ($mediums as $medium) @empty @endforelse
# Method Name Actions
{{ $loop->iteration }} {{ $medium->name }}
@csrf @method('DELETE')
No methods found.
@endsection