@extends('backend.admin-master') @section('site-title') {{__('RSS Feed Settings')}} @endsection @section('content')
@include('backend.partials.message')

{{__("RSS Feed Settings")}}

@if($errors->any()) @foreach($errors->all() as $error)
{{$error}}
@endforeach @endif
@csrf

{{__('this url will be add after. www.youdomain.com/')}}

@endsection