@extends('admin.layouts.app') @section('content')
@if(auth()->guard('admin')->user()->type == 1)
@endif
@endsection