@extends('admin.layouts.master') @section('title', 'إضافة شركة') @section('content')
@csrf @include('admin.companies._form')
@endsection