@extends('layouts.app') @section('title', __('master::lang.master') . ' | ' . __('master::lang.add_business_type')) @section('css') @endsection @section('content') @include('master::layouts.nav')

@lang('master::lang.add_business_type')

{{-- رسالة نجاح --}} @if(session('success'))
{{ session('success') }}
@endif {{-- نموذج الإضافة --}}
@csrf
@error('name') {{ $message }} @enderror
@lang('messages.cancel')
@endsection