@extends('layouts.main') @section('title') {{ __('Web Settings') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ csrf_field() }}
{{ __('Image Settings') }}
{{ __('Iframe Link For Web') }}
{{ __('Social Media Links') }}
{{ __('More Settings') }}
@endsection @section('script') @endsection