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

Edit Category

Update the information


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