@extends('base::layouts.default') @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')

{{__('subscribers::index.subscribers')}}


{!! csrf_field() !!}  

@include('base::partials.errors')
@endsection @section('scripts') @endsection