@extends('layouts.dashboard') @section('title', 'about us') @section("styles") @endsection @section("scripts") @endsection @section('content')

A Propos

1. Section Hero

@csrf
@error('hero_subtitle')
{{ $message }}
@enderror
@error('hero_title')
{{ $message }}
@enderror
@if ($aboutus->hero_background)
@csrf @method('DELETE')
{{ $aboutus->hero_background }}
@else
@csrf
@endif

2. Section Mission

@csrf
@error('company_mission')
{{ $message }}
@enderror
@error('company_value')
{{ $message }}
@enderror
@error('company_vision')
{{ $message }}
@enderror

3. Section Companie

@csrf
@error('company_subtitle')
{{ $message }}
@enderror
@error('company_title')
{{ $message }}
@enderror
@error('company_description')
{{ $message }}
@enderror
@if ($aboutus->company_image)
@csrf @method('DELETE')
{{ $aboutus->company_image }}
@else
@csrf
@endif

4. Section Equipe

@csrf
@error('team_subtitle')
{{ $message }}
@enderror
@error('team_title')
{{ $message }}
@enderror
@endsection