@extends('layouts.app') @section('title', 'Create Admin') @section('content') @php $isPlatform = ($type ?? 'company_admin') === 'platform'; @endphp Back
@csrf @unless ($isPlatform)
@endunless
@unless ($isPlatform) @endunless
@endsection