@extends('admin.includes.master-admin') @section('content')

General Settings

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif

Website Favicon

{{csrf_field()}}

Website Title

{{csrf_field()}} {{----}}

Payment Informations

{{csrf_field()}}

Background Image

{{csrf_field()}}

About Us

{{csrf_field()}}

Office Address

{{csrf_field()}}
@stop @section('footer') @stop