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

 Add New @if($projectType->status == \App\ProjectType::society) Blocks @else Block @endif

Add the information


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