@extends('front.layouts.app') @section('local_styles') @endsection @section('content')
@include('front.partials.sticky')
< Volver

{{ $match->teamA->name }}

{{ $match->score_a }}
{{ $match->score_a }} - {{ $match->score_b }}

{{ $match->teamB->name }}

{{ $match->score_b }}
@foreach ($periods as $period => $actions)

{{$period}}

    @foreach ($actions as $action)
  • Min. {{$action->minute}} @if ($action->type == 'goal')
    goal @endif

    {{$action->description}}

    @if ($action->image != '')
    @endif
  • @endforeach
@endforeach @if ($match->bestPlayer)

{{$match->bestPlayer->name}}

MVP del Juego

Team: {{$match->bestPlayer->team->name}}

Shots

{{$match->best_player_shots}}

Goals

{{$match->best_player_goals}}

@endif

LEAVE A COMMENT

@foreach ($match->comments as $comment) @endforeach
@endsection @section('local_scripts') @endsection