@extends('user.layout.master') @section('body')
@csrf

সাইট সেটিং

@if($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if($errors->has('company_headline')) {{ $errors->first('company_headline') }} @endif
@if($errors->has('company_address')) {{ $errors->first('company_address') }} @endif
@if($errors->has('company_description')) {{ $errors->first('company_description') }} @endif

@if($row->phones) @foreach (json_decode($row->phones, true) as $phone)
@endforeach @endif
@endsection