@extends('layouts.home.app') @section('title', 'Edit Paslon') @section('content')

Edit Paslon

@csrf @method('PUT')
{{ $paslon->nama }}
@endsection