@extends('admin.layouts.app') @section('head') @endsection @section('content')

{{$title}}

@csrf
{{{$subtitle}}}
@if ($errors->has('idpostone')) {{ $errors->first('idpostone') }} @endif
@if ($errors->has('idposttwo')) {{ $errors->first('idposttwo') }} @endif
@if ($errors->has('idpostthree')) {{ $errors->first('idpostthree') }} @endif
@php $explode1 = explode('-',$home->text_one); $selec1 = $explode1[0]; $text1 = $explode1[1]; @endphp

@php $explode2 = explode('-',$home->text_two); $selec2 = $explode2[0]; $text2 = $explode2[1]; @endphp

@php $explode3 = explode('-',$home->text_three); $selec3 = $explode3[0]; $text3 = $explode3[1]; @endphp
@endsection @section('scripts') @endsection