@extends('volunteer.layout.master') @section('title', 'إضافة حدث') @section('style') @endsection @section('content')
إضافة وسائط للحدث
{{ auth('volunteer')->user()->branch->name }} {{ auth('volunteer')->user()->activity->name }}
@if($errors->any()) @foreach($errors->all() as $error)
!{{ $error }}
@endforeach @endif
@csrf
@endsection @section('script') @endsection