@extends('web_site.layouts.master') @section('css') @endsection @section('content')

{{trans('web_site.Our_Story')}}

{!! optional($story)->story !!}

@endsection @section('js') @endsection