@extends('backend.layouts.app') @section('content')
{{ translate('Edit Custom Alerts') }}
@if ($errors->any())
@endif
@csrf @method('PUT')
{{ translate('Custom Alert Information') }}
{{ translate('Browse')}}
{{ translate('Choose File') }}
@if ($custom_alert->id == 1) @else @endif
text_color == 'white') checked @endif>
text_color == 'dark') checked @endif>
custom alert small custom alert large
@endsection @section('script') @endsection