@extends('layouts.master') @section('title',trans('settings')) @section('header') @endsection @section('main')

{{trans('site settings')}}

@csrf
{{trans('title')}}
{{trans('logo')}}
{{trans('favicon')}}
{{trans('description')}}
{{trans('seo description')}}
{{trans('seo tag')}}
{{trans('email')}}
{{trans('phone')}}
{{trans('mobile')}}
{{trans('address')}}
{{trans('javascript code')}}
{{trans('affiliate percent')}}(%)
{{trans('payment percent')}}(%)
{{trans('popup text')}}
@endsection @section('footer') @endsection