@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.boardMember.title_singular') }}
@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('cruds.boardMember.fields.name_helper') }}
@if($errors->has('designation')) {{ $errors->first('designation') }} @endif {{ trans('cruds.boardMember.fields.designation_helper') }}
@if($errors->has('title')) {{ $errors->first('title') }} @endif {{ trans('cruds.boardMember.fields.title_helper') }}
@if($errors->has('image')) {{ $errors->first('image') }} @endif {{ trans('cruds.boardMember.fields.image_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@if($errors->has('social_link')) {{ $errors->first('social_link') }} @endif {{ trans('cruds.siteSetting.fields.social_link_helper') }}
@endsection @section('scripts') @endsection