@extends('template_backend.home') @section('heading', 'Edit Guru') @section('page') @endsection @section('content')

Edit Data Guru

@csrf @method('patch')
@endsection @section('script') @endsection