@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.platform.title_singular') }}
@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('cruds.platform.fields.name_helper') }}
@if($errors->has('link')) {{ $errors->first('link') }} @endif {{ trans('cruds.platform.fields.link_helper') }}
@endsection