@extends('layouts.app') @section('css') @endsection @section('content')

Newsletters

@if(session('error')) @endif

{{ __('Editar Newsletters') }}


@method('PUT') {{ csrf_field() }}
@error('title') {{ $message }} @enderror
MODELO *
model ?? '') == 1 ? 'checked' : '' }}>
model ?? '') == 2 ? 'checked' : '' }}>
model ?? '') == 3 ? 'checked' : '' }}>
model ?? '') == 4 ? 'checked' : '' }}>
model ?? '') == 5 ? 'checked' : '' }}>
@error('model') {{ $message }} @enderror
Volver
@endsection @section('script') @endsection