@extends('master.front') @section('content')
{{ csrf_field() }}

Ofİs haqqında məlumat

@foreach($settings as $setting)
Ünvan:

{{ $setting->address }}

Telefon:

{{ $setting->phone }}

E-Poçt:

{{ $setting->email }}

@endforeach
@endsection