@extends('admin.base') @section('title', 'account management') @section('account_content') @include('datatableAssets') @php $version = \Illuminate\Support\Facades\Config::get('app.version') @endphp
{{ __('Edit University Information') }}
{{ csrf_field() }}
{{--TODO: replace chinese text--}}
{{--
--}} {{----}} {{----}} {{--
--}}
thirdPartyStatus) && $university[0]->thirdPartyStatus == 1) checked @endif>
is_partner) && $university[0]->is_partner == 1) checked @endif>
@if(!empty(json_decode($university[0]->distinct_courses))) @foreach (json_decode($university[0]->distinct_courses) as $val) @endforeach @else @endif
{{----}}
Logo Preview
{{----}}
Image Preview
{{ __('Submit') }}
{{ __('Return') }}
{{-- Start Confirm Modal --}} {{-- End Confirm Modal --}} @endsection