@extends('layout.admin.app') @section('title', __('global.magazine.team.add')) @section('breadcrumb') @endsection @section('content')
@csrf
@if(!empty(old('img'))) @endif
@foreach(SupportedLangs() as $localeCode => $properties)
@endforeach
{{-- End Row --}}
@endsection @section('script') @endsection