@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('Create an Organisation') }}

{{ csrf_field() }}


{{ __('Profiles') }}

{{ __('Unit Price') }}

{{ __('Credits') }}

@foreach ($profiles as $profile)

   {{ $profile->trans('profilename') }}

@endforeach

   {{ __('General') }}

 
@endsection @push('scripts') @endpush