@extends('admin.layouts.master') @section('content')
Assign Account
@csrf
Account
@if ($errors->has('account'))
{{ $errors->first('account') }}
@endif
Site
@endsection