@extends('layout.master') @section('css') @endsection @section('main_content')

Create Category

@if(auth()->user()->can('categories.index')) Back @endif
@csrf

@endsection @section('scripts') @endsection