@extends('layout.master') @if (!empty($alternatif)) @section('title', 'Edit Alternatif') @else @section('title', 'Tambah Alternatif') @endif @push('css') @endpush @section('content') @if ($errors->any())
@endif
@if (!empty($alternatif))
@else @endif @csrf
@endsection @push('js') @endpush