@extends('admin.admin-layouts.master') @section('content')
{{__('Change Copyright')}}

@if (session()->has('success'))
{{__('Copyright Changed')}}
@endif
@csrf
@endsection