@extends('subadmin.layouts.master') @section('content') Assign Account @csrf Account Select Account @foreach ($organizations as $organization) org)) {{ old('organization') ? old('organization') == $organization->id : 'selected' }} @endif> {{ $organization->name }} @endforeach @if ($errors->has('account')) {{ $errors->first('account') }} @endif Site Assign @endsection