@extends('backend.admin-master') @section('site-title') {{__('Recent Post Widget Settings')}} @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('Recent Post Widget Settings')}}

@csrf
{{__('enter how many news you want to show in this widget')}}
@endsection