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

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

@include('flash::message')
{{-- --}} @foreach($proCategories as $proCategory) {{-- --}} @endforeach
الاسمCreated Atالفعل
{{ $proCategory->name }}{{ $proCategory->created_at }} {!! Form::open(['route' => ['deletesubcategory', $proCategory->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}
@endsection