@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
@section('script')
@endsection