@extends('layouts.header') @section('content')
Manage Email Setting
@csrf
{{ __('Send Email') }}
*
Select
is_send_email =='ENABLED' ? 'selected' : ''}}>Enable
is_send_email =='DISABLED' ? 'selected' : ''}}>Disable
@if ($errors->has('is_send_email'))
{{ $errors->first('is_send_email') }}
@endif
Cancel
Update
@endsection @section('append') @endsection