@extends('backend.layouts.master') @section('title','Show Volunteer') @section('main-content')
Show Volunteer
@if($volunteer)
From
Name :  {{$volunteer->first_name}} - {{$volunteer->last_name}}
Email :  {{$volunteer->email}}
Phone :  {{$volunteer->phone}}
Address :  {{$volunteer->address}}
Country :  {{$volunteer->country}}
Bio :  {{$volunteer->bio}}
Way to Volunteer :  {{$volunteer->way_to_volunteer}}

@endif
@endsection