@extends('admin.layouts.master') @section('title') @endsection @section('css') @include('admin.layouts.css') @endsection @section('body')
@if ($errors->any())
@endif
أضافـــة قســم رئيســي
@csrf




@endsection @section('js') @include('admin.layouts.js') @endsection