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