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

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

إنشاء جديد

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

الجميع
تحديد شركات @if ($errors->has('all')) {{ $errors->first('all') }} @endif
@if ($errors->has('companies')) {{ $errors->first('companies') }} @endif
@stop