@extends('layouts.app') @section('title') Edit unit Block @stop @section('breadcrumb')
Home
@permission('view-unit-size')
Unit Blocks
@endpermission
Edit Block
@stop @section('content')
Edit Block
Update the information
{{csrf_field()}}
Name
*
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Save
@stop