@extends('admin.layout.master') @section('title', 'رسائل الشركات') @section('content')

رسائل الشركات

إرسال رسالة إلى {{$row->company->email}}

@csrf @method('PATCH')
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@stop