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

البيانات الاساسية للشركة

البيانات الاساسية للشركة

@foreach($details as $detail)
{{ $detail->name }}
{{ $detail->project_description }}
@endforeach
@endsection