@extends('layouts.app') @section('title') Add New Category @stop @section('breadcrumb') @stop @section('content')

 Add New Category

Add the information


{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
PKR @if ($errors->has('percent')) {{ $errors->first('percent') }} @endif
@stop @section('js') @stop