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

Add New Block


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