@extends('layouts.app') @section('content')
@csrf @if (usertype() == 'admin')
@else @endif

@endsection @push('script') @endpush