@extends('layouts.master') @section('title') @lang('translation.view-links') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.view-links') @endslot @slot('title') @lang('translation.edit') @endslot @endcomponent @include('partials.session')

Edit Game Link

@csrf
@if ($external_link->thumbnail_image) thumbnail preview @else @endif
@endsection @section('script') @endsection