@extends('admin.layout.master') @section('title', 'نبذه عن شبكه وساطه') @section('content')

نبذه عن شبكه وساطه

نبذه عن شبكه وساطه

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@stop