@extends('layouts.app') @section('content')

تعديل أقسام المشروعات

@include('adminlte-templates::common.errors')
{!! Form::model($proCategory, ['route' => ['proCategories.update', $proCategory->id], 'method' => 'patch']) !!}
@include('pro_categories.fields')
{!! Form::close() !!}
@endsection