@extends('backend.layouts.app') @section('content')
{{ translate('Add New Custom Alerts') }}
@if ($errors->any())
@endif
@csrf
{{ translate('Custom Alert Information') }}
{{ translate('Browse')}}
{{ translate('Choose File') }}
custom alert small custom alert large
@endsection @section('script') @endsection