@extends('layouts.main') @push('styles') @endpush @section('content')
{{__('strings.new_reminder')}}
{{ csrf_field() }} {{ method_field('post') }}


 
@endsection @push('scripts') @endpush