@if (Auth::user()->type == 'owner')
@method('POST')
@else()
@method('POST') @csrf
@endif