@extends ('../welcome') @section ('content')
@csrf @method('PUT')
@if(auth()->user()->type == 'admin')
@endif
@endsection