@extends('company.layout.master') @section('title', 'اعمال الشركة') @section('content')

اعمال الشركة

إنشاء جديد

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

صورة

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