@extends('layouts.admin') @section('title', $hadith->exists ? 'Edit Hadis' : 'Hadis Baru') @section('page-title', $hadith->exists ? 'Edit Hadis' : 'Tambah Hadis') @section('content')
@csrf @if($hadith->exists) @method('PUT') @endif
Batal
@endsection