@extends('layouts.app') @section('styles') @endsection @section('content')

{{ $tip->tipname }}

{{ csrf_field() }} {{ method_field('PATCH') }}

 

@foreach ($colours as $key=>$colour) @endforeach @foreach ($colours as $key=>$colour) @endforeach @foreach ($colours as $key=>$colour) @endforeach @foreach ($colours as $key=>$colour) @endforeach @foreach ($colours as $key=>$colour) @endforeach
{{ __('Perspective') }}{{ $colour }}
{{ __('User') }} {{ __('Acceptance') }}  
{{ __('User') }} {{ __('Rejection') }}  
{{ __('Team/other person') }} {{ __('Acceptance') }}  
{{ __('Team/other person') }} {{ __('Rejection') }}  

 

{{ csrf_field() }} {{ method_field('PATCH') }}
{{ __('Change image') }}

JPG, GIF, PNG < 2 MB.


@foreach ($languages as $language) @php $content = $mycontent->firstWhere('locale', $language->locale); @endphp @if ($lang === $language->locale)
@else
@endif
@endforeach
@foreach ($languages as $language) @php $content = $mycontent->firstWhere('locale', $language->locale); @endphp @if ($lang === $language->locale)
@else
@endif
Tip image

@if ($content!==null) {{ $content->subject }} @endif

@if ($content!==null) {!! $content->body !!} @endif

@endforeach
@endsection @push('scripts') @endpush