@extends('layouts.admin.master') @section('content')

Edit Meta

@csrf @method('PUT') {{-- Metode PUT untuk meng-update data --}}
@endsection