@extends('layouts.app') @section('content')
Ceci est du texte avec la police Authentic Sans 90
Ceci est du texte avec la police Authentic Sans 60
Ceci est du texte avec la police Caslon normal
Ceci est du texte avec la police Caslon italique
'post', 'posts_per_page' => -1, 'meta_key' => 'Index', 'meta_type' => 'NUMERIC', 'orderby' => 'meta_value', 'order' => 'ASC' ); $query = new WP_Query($args); if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?>
Images Voix Off et In Bande Son Ecrits
{{ get_post_meta(get_the_ID(), 'Minutage', true) }} {{ get_post_meta(get_the_ID(), 'Images', true) }} {{ get_post_meta(get_the_ID(), 'VoixOffIn', true) }} {{ get_post_meta(get_the_ID(), 'BandeSon', true) }} {{ get_post_meta(get_the_ID(), 'Ecrits', true) }}
@if (! have_posts()) {!! __('Sorry, no results were found.', 'sage') !!} {!! get_search_form(false) !!} @endif @endsection