@extends('layouts.admin') @section('jumbotron')

Edit Settings

@endsection @section('content')
@include('layouts.errors')
{{ method_field('PUT') }} {{ csrf_field() }}
Choose File if you like to add new logo or update exiting. Max height is 35px.
@if (empty($setting->fb_page_token)) Paste Facebook User Access Token here. @else You have added Facebook Page Access Token. If you want to change you can paste a new User Access Token. @endif
Cancel
@endsection