@extends('adminlte::page') @section('title', $title) @section('content_header')
@stop @section('content') @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
  • 内容
    1
  • 対象医院
    2
  • 公開設定
    3
  • @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'news|2'))
    @csrf
    @php $isDomesticDentistry = \Arr::get($request, 'is_domestic_dentistry', ''); $isDomesticVeterinary = \Arr::get($request, 'is_domestic_veterinary', ''); $isDomesticMedical = \Arr::get($request, 'is_domestic_medical', ''); $isDomesticOthers = \Arr::get($request, 'is_domestic_others', ''); @endphp
    @php $isOversea = \Arr::get($request, 'is_oversea', ''); @endphp
    @php $isOverseaIsrael = \Arr::get($request, 'is_oversea_israel', ''); $isOverseaIndonesia = \Arr::get($request, 'is_oversea_indonesia', ''); $isOverseaOther = \Arr::get($request, 'is_oversea_other', ''); @endphp

    対象医院

    @if(!empty($files)) @foreach($files as $id => $file) @endforeach @endif

    掲載したい資料がある場合は添付してください

    @php $userAgent = $_SERVER['HTTP_USER_AGENT']; $isDesktop = strpos($userAgent, 'Windows') !== false || strpos($userAgent, 'Macintosh') !== false; @endphp
    @if ($isDesktop)

    ここにファイルをドラッグ

    または


    @else
    @endif
    @if(!empty($files)) @foreach($files as $id => $file)

    {{ \Arr::get($file, 'name') }}

    @endforeach @endif
    @endif
    @stop @section('js') @stop @section('css') @stop