@extends('volunteer.layout.master') @section('title', 'تعديل متطوع') @section('style') @endsection @section('content')
تعديل متطوع
{{ auth('volunteer')->user()->branch->name }} {{ auth('volunteer')->user()->activity->name }}
@include('volunteer.vol.form')
@endsection