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