@extends('member-new') @push('head-script') @endpush @push('content-header') @endpush @section('content')
{{--
Filter
{!! $errors->first('date_range', '')!!}
--}}
@if (isset($status))
@foreach ($status['messages'] as $m)
@endforeach
@endif
@endsection @push('footer-script')