@extends('master') @section('title') Edit Member @endsection @section('content')

Edit Member

@csrf @method('PUT')
@if($member->thumbnail) Thumbnail @endif
@endsection