@extends('layouts.app') @section('title', $title = __('category.add')) @section('content')
@csrf
@if(auth()->user()->type == 'admin')
@endif
@endsection