@extends('layouts.backend.main') @section('title','About') @section('styles') @endsection @section('body')

Gestion A Propos.

@foreach($about as $value) @endforeach
Image Label Content Action
@if($value->getImageAbout()) @endif {{$value->label}} {{$value->content}}
@endsection @section('scripts') @endsection