@extends('admin/master/index') @section('content')
{!! Form::open(['route' => 'admin.categories.store']) !!}
{!! Form::label('title') !!} {!! Form::text('title', null,['class'=>'form-control','placeholder'=>'Name of category']) !!}
{!! Form::submit('+ Add New category',['class'=>'btn btn-success']) !!}
{!! Form::close() !!}
    Fatal error: Uncaught Error: Class "App\Artvenue\Models\Category" not found in /home/.sites/740/site1364/web/cloud/Main/resources/views/admin/settings/category.blade.php:31 Stack trace: #0 {main} thrown in /home/.sites/740/site1364/web/cloud/Main/resources/views/admin/settings/category.blade.php on line 31