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

{{__("Permalink Flush Settings")}}

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