@extends('volunteer.layout.master') @section('title', 'تعديل حدث') @section('style') @endsection @section('content')
تعديل حدث
{{ auth('volunteer')->user()->branch->name }} {{ auth('volunteer')->user()->activity->name }}
@livewire('edit-events', ['event' => $event])
@endsection