@extends('layouts.header') @section('content')

Manage Email Setting

@csrf
@if ($errors->has('is_send_email')) {{ $errors->first('is_send_email') }} @endif


@endsection @section('append') @endsection