@extends('layouts.app_new') @section('title', 'Groups') @section('style') @endsection @section('content')
{{ __('New Group') }} {{ __('select all') }}
@csrf @if (!empty($group)) @method('PUT') @endif
@error('ar_title') {{ $message }} @enderror
@error('ar_title') {{ $message }} @enderror
@if (!empty($group)) @foreach ($group->countries as $country) @endforeach @endif @foreach ($countries as $country) @endforeach
# {{ __('Country') }} {{ __('Selected') }}
{{ $country->id }} {{ $country->getName() }}
{{ $country->id }} {{ $country->getName() }}
{{--
--}} {{__('Cancel')}} {{--
--}}
@endsection @section('script') @endsection