@extends('layouts.backend.master') @section('title', trans('backend.titles.installment-card-months')) @section('styles') @endsection @section('content')
@csrf @if($edit) @method('PUT') @endif
@error('installment_card_id')
{{ $message }}
@enderror
@error('month')
{{ $message }}
@enderror
@include('backend.includes.form.footer')
@endsection @section('scripts') @endsection