@extends('layouts.app') @section('title', $page_title) @section('styles') @endsection @push('scripts') @endpush @section('content')
{!! __('app.mail_headers_heading') !!}
@csrf @method('PUT')
@if(!empty($mail_headers)) @foreach($mail_headers as $key => $value)
@endforeach @else
@endif
@endsection