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

@if (session()->has('success'))
{{__('Signature Updated')}}
@endif
@csrf
{{__('Upload')}}
@endsection